Revision 51525
Added by Panagiotis Kanakakis over 6 years ago
applicationContext.xml | ||
---|---|---|
19 | 19 |
<import resource="classpath*:/gr/uoa/di/driver/app/springContext-commons.xml"/> |
20 | 20 |
|
21 | 21 |
|
22 |
<bean id="maillib" class="eu.dnetlib.utils.MailLibrary" init-method="init"> |
|
23 |
<property name="mailhost" value="${services.validator.mail.host}"/> |
|
24 |
<property name="smtpPort" value="${services.validator.mail.port}"/> |
|
25 |
<property name="authenticate" value="${services.validator.mail.authenticate}"/> |
|
26 |
<property name="username" value="${services.validator.mail.username}"/> |
|
27 |
<property name="password" value="${services.validator.mail.password}"/> |
|
28 |
<property name="from" value="${services.validator.mail.fromAddress}"/> |
|
29 |
<property name="replyTo" value="${services.validator.mail.replyToAddress}"/> |
|
30 |
<property name="mode" value="${services.validator.mail.mode}"/> |
|
31 |
<property name="debug" value="${services.validator.mail.debug}"/> |
|
32 |
</bean> |
|
33 |
|
|
22 | 34 |
<bean class="eu.dnetlib.repo.manager.service.config.CascadingPropertyLoader" |
23 | 35 |
id="propertyLoader"> |
24 | 36 |
<property name="order" value="2"/> |
... | ... | |
77 | 89 |
<mvc:resources mapping="swagger-ui.html" location="classpath:/META-INF/resources/"/> |
78 | 90 |
<mvc:resources mapping="/webjars/**" location="classpath:/META-INF/resources/webjars/"/> |
79 | 91 |
<bean class="eu.dnetlib.repo.manager.service.config.SwaggerConfig"/> |
92 |
|
|
80 | 93 |
</beans> |
Also available in: Unified diff
1. Add roles for aai
2. Changes on converter file for new interface object
3. Move emailUtils to avoid bug on bean definitions
4. Add openaire provider authorities mapper class
5. Bug fixes on controllers