Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- RestControllerAdvice
- 트랜잭션
- 디자인패턴
- Spring
- Filter
- request
- 관점지향프로그래밍
- git
- 인터셉터
- http
- proxy pattern
- Redis
- 스프링부트
- response
- Spring Security
- Interceptor
- 스프링
- network
- 자바
- MYSQL
- exception
- 객체지향프로그래밍
- spring boot
- aop
- OOP
- SQL
- 스프링 시큐리티
- aspect
- mybatis
- java
Archives
- Today
- Total
목록ExceptionHandler (1)
장쫄깃 기술블로그
[Spring Boot] @RestControllerAdvice 란
들어가며 자사 서드파티 API를 개발하는 업무를 담당했을 때, 처음에는 모든 예외처리를 try-catch로 처리하였다. 그렇다 보니 불필요한 중복 코드들이 많아지고 가독성도 떨어졌다. 또, 코드가 점점 복잡해져 생산성도 떨어졌다. 확실한 건 중복되는 코드들이 너무 많았다. 이러한 문제를 해결하기 위해 고민하고 찾아본 결과 @ControllerAdvice, @RestControllerAdvice를 발견했다. @ControllerAdvice 란 /** * Specialization of {@link Component @Component} for classes that declare * {@link ExceptionHandler @ExceptionHandler}, {@link InitBinder @InitBi..
Spring Framework/Spring Boot
2022. 9. 25. 20:49