public class ExceptionHandlerAdvice extends ResponseEntityExceptionHandler
ResponseEntityExceptionHandler의 상속을 지워준다.
@ExceptionHandler(Exception.class) not handling all types of exceptions
I am trying to handle all Types of exceptions using @ExceptionHandler(Exception.class). But it's not handling all types of exception. When I am trying to access wrong HTTP method from postman/ b...
stackoverflow.com
'문제해결' 카테고리의 다른 글
h2) 인텔리제이에 h2 데이터베이스를 연결해도 테이블이 보이지않는 문제 (0) | 2023.01.31 |
---|---|
인텔리제이 build가 안되는 문제 , @SpringBootApplication (can not find) (0) | 2023.01.27 |
Integer.Min_Value 를 Math.abs 했을때 (0) | 2022.12.24 |
No mactching variant of ~~ (0) | 2022.12.01 |
인텔리제이 빌드 실패/Could not create connection to database server. Attempted reconnect 3 times. Giving up. (0) | 2022.11.06 |
댓글