Formulář a třídy pro odesílání e-mailů. Implementováno odesílání PDF

sestav mailem.
This commit is contained in:
2014-07-02 16:21:24 +02:00
parent e26f56fcb9
commit 1283fe627d
13 changed files with 328 additions and 1 deletions
@@ -16,6 +16,7 @@
<list>
<value>/WEB-INF/jdbc.properties</value>
<value>/WEB-INF/ldap.properties</value>
<value>/WEB-INF/mail.properties</value>
</list>
</property>
</bean>
@@ -75,6 +76,8 @@
<import resource="database-auth.xml"/>
<!-- <import resource="ldap-auth.xml"/> -->
<import resource="mail-services.xml"/>
<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="targetClass" value="org.springframework.security.core.context.SecurityContextHolder" />