Project

General

Profile

« Previous | Next » 

Revision 46502

Springfization of project

View differences:

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

  
10
    <!-- <import resource="classpath*:/eu/dnetlib/data/statsmanager/springContext-statsManager.xml"/> -->
10
    <import resource="classpath*:/eu/dnetlib/openaire/user/springContext-userManagementService.xml" />
11 11

  
12
    <import resource="classpath*:/eu/dnetlib/openaire/user/springContext-userManagerService.xml" />
13

  
14 12
    <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
15 13
        <property name="order" value="2" />
16 14
        <property name="ignoreUnresolvablePlaceholders" value="true" />
......
33 31
        </property>
34 32
    </bean>
35 33

  
34
    <context:annotation-config />
35

  
36 36
</beans>

Also available in: Unified diff