issues
search
dnd-side-project
/
dnd-mentee-3rd-6-repo
dnd 3기 6조 문서
2
stars
4
forks
source link
API 파리미터 Validation 기능
#53
Closed
chaeyun17
closed
4 years ago
chaeyun17
commented
4 years ago
이유
프론트엔드에서 API 사용 시, 디버깅을 빠르게 할 수 있음.
요구사항
Controller에 파라미터들을 Validation 체크하고, Exception을 정해진 양식으로 Response 하기.
JPA의 Constraint 을 위반했을 시 발생하는 Exception을 정해진 양식으로 Response하기.
구현
Spring Validator 기능을 사용하고, AOP Exception handler 사용
참고 자료
https://www.baeldung.com/spring-boot-bean-validation
이유
요구사항
구현
참고 자료