일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Spring Authorization Server
- 15686
- 1916
- 자바
- Session Fixation Protection
- 백준
- ConcurrentSessionControlAuthenticationStrategy
- 14889
- SpringCloudConfig
- Spring Security
- 17144
- RestControllerAdvice
- amazon-ecr-login
- 1260
- RequiredArgsConstructor
- aws-mysql-jdbc
- openTelemetry
- 12100
- self-hosted runners
- github
- 프로그래머스
- Spring
- Java
- Session Registry
- github actions
- HttpRequestMethodNotSupportedException
- AWS
- tailsamplingprocessor
- 14891
- Value annotation
Archives
- Today
- Total
목록RestControllerAdvice (1)
한울이

회사에서 업무를 하다가 HttpRequestMethodNotSupportedException 에 대한 처리를 해야 하는 상황이 생겨서RestControllerAdvice를 사용하여 exception을 handling 하고 있는 곳에 추가해서 처리하려고 했다. 예시 그런데 내가 정의한 ExceptionHandler 에서 exception이 처리되지않고DefaultHandlerExceptionResolver에서 exception이 처리되었다. 알고 보니 basePackageClasses = BaseController.class 부분이 문제였다. 참조 https://stackoverflow.com/questions/56459170/spring-controlleradvice-fail-to-override-han..
PROGRAMMING
2022. 8. 21. 20:01