변환매핑 404 대응
This commit is contained in:
+2
-2
@@ -1,16 +1,16 @@
|
||||
package com.eactive.eai.rms.common.advice;
|
||||
|
||||
import com.eactive.eai.rms.common.interceptor.InterceptorSkipController;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
/**
|
||||
* EmptyJsonResponseAdviceController 테스트용 컨트롤러.
|
||||
* 테스트 후 삭제 필요.
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/test/empty-json")
|
||||
public class EmptyJsonResponseTestController {
|
||||
public class EmptyJsonResponseTestController implements InterceptorSkipController {
|
||||
|
||||
/**
|
||||
* null 반환 테스트
|
||||
|
||||
Reference in New Issue
Block a user