Project

General

Profile

« Previous | Next » 

Revision 51790

added the annotations missing from application.xml

View differences:

applicationContext.xml
51 51
	</bean>
52 52

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

  
55 58
	<import resource="./cxf.xml" />
56 59
</beans>

Also available in: Unified diff