Project

General

Profile

« Previous | Next » 

Revision 56221

minor changes

View differences:

applicationContext.xml
22 22
	<import resource="classpath*:/eu/dnetlib/data/search/springContext-transformation.xml" />
23 23
	<import resource="classpath*:/eu/dnetlib/data/search/springContext-searchService.xml" />
24 24

  
25
	<!--<import resource="classpath*:/eu/dnetlib/data/statsmanager/springContext-statsManager.xml" />-->
26

  
27 25
	<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
28 26
		<property name="order" value="2" />
29 27
		<property name="ignoreUnresolvablePlaceholders" value="true" />
......
55 53
	</bean>
56 54

  
57 55
	<context:annotation-config />
58
	<context:component-scan base-package="eu.dnetlib.data.search.web.api">
56
	<context:component-scan base-package="eu.dnetlib.data.search">
59 57
		<context:include-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice" />
60 58
	</context:component-scan>
61 59

  

Also available in: Unified diff