Project

General

Profile

« Previous | Next » 

Revision 50160

Added by Stefanos Gatsios over 6 years ago

View differences:

applicationContext.xml
8 8
	   http://www.springframework.org/schema/context
9 9
		   http://www.springframework.org/schema/context/spring-context-4.2.xsd">
10 10

  
11

  
12
    <context:component-scan base-package="eu.dnetlib.openaire.usermanagement.registry.beans"/>
13
    <context:annotation-config />
14

  
11 15
    <import resource="classpath*:/eu/dnetlib/openaire/user/springContext-userManagementService.xml" />
12 16

  
17
    <!--<bean id="webexpressionHandler"-->
18
          <!--class="org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler"/>-->
19

  
20

  
13 21
    <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
14 22
        <property name="order" value="2" />
15 23
        <property name="ignoreUnresolvablePlaceholders" value="true" />
......
25 33
                <value>classpath*:/eu/**/applicationContext*.properties</value>
26 34
                <value>classpath*:/eu/dnetlib/applicationContext-defaultProperties.properties</value>
27 35
                <value>classpath*:/eu/**/springContext-userManagementService.properties</value>
28
		<value>classpath*:/eu/**/springContext-dnetOpenaireUsersService.properties</value>
36
		        <value>classpath*:/eu/**/springContext-dnetOpenaireUsersService.properties</value>
37
                <value>classpath*:/eu/**/redis.properties</value>
29 38
                <value>classpath*:/uoa-override.properties</value>
30 39
                <value>classpath*:/dnet-override.properties</value>
31 40
            </list>
32 41
        </property>
33 42
    </bean>
34 43

  
35
    <context:annotation-config />
36

  
37
</beans>
44
</beans>

Also available in: Unified diff