Revision 51554
Added by Katerina Iatropoulou over 6 years ago
applicationContext.xml | ||
---|---|---|
55 | 55 |
</bean> |
56 | 56 |
|
57 | 57 |
<context:annotation-config /> |
58 |
<context:component-scan base-package="eu.dnetlib.data.search.web.api" /> |
|
58 |
<context:component-scan base-package="eu.dnetlib.data.search.web.api"> |
|
59 |
<context:include-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice" /> |
|
60 |
</context:component-scan> |
|
61 |
|
|
59 | 62 |
<import resource="./cxf.xml" /> |
60 | 63 |
</beans> |
Also available in: Unified diff
added header filter to better manage the requested format, related to #3472