.json 요청에서 빈 응답 반환 시 {} 로 변환하는 ResponseBodyAdvice 추가
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
<context:exclude-filter type="aspectj"
|
||||
expression="!com.eactive.eai.rms..*Controller" />
|
||||
</context:component-scan>
|
||||
|
||||
<!-- .json 요청에서 빈 응답을 {} 로 변환하는 ResponseBodyAdvice -->
|
||||
<bean class="com.eactive.eai.rms.common.advice.EmptyJsonResponseAdviceController" />
|
||||
<mvc:interceptors>
|
||||
<mvc:interceptor>
|
||||
<mvc:mapping path="/**" />
|
||||
|
||||
Reference in New Issue
Block a user