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