- validation message configuration
https://www.baeldung.com/spring-custom-validation-message-source
https://kapentaz.github.io/spring/Spring-Boo-Bean-Validation-%EC%A0%9C%EB%8C%80%EB%A1%9C-%EC%95%8C%EA%B3%A0-%EC%93%B0%EC%9E%90/#
- message
https://meetup.toast.com/posts/223
- @Valid와 @Validated
https://mangkyu.tistory.com/174
https://ch4njun.tistory.com/m/222
- service layer
https://www.baeldung.com/spring-service-layer-validation
https://www.javacodegeeks.com/2021/02/validation-in-spring-boot-applications.html
- controller layer
https://www.baeldung.com/spring-boot-bean-validation
- aop custom 구현
https://syppjava.tistory.com/m/12
https://ondolroom.tistory.com/m/727
- validation 설명
https://medium.com/@gaemi/java-%EC%99%80-spring-%EC%9D%98-validation-b5191a113f5c
- RequestParam & PathVariable
https://www.baeldung.com/spring-validate-requestparam-pathvariable
https://recordsoflife.tistory.com/m/369
'spring-boot' 카테고리의 다른 글
spring-boot without WAS (0) | 2022.05.16 |
---|---|
RequestContextHolder 다른 스레드에서도 사용하는 법 - ThreadLocal (0) | 2022.04.20 |
boot환경에서 JNDI사용하기 (0) | 2022.03.09 |
security OR filter에서 RequestMapoingHandlerMapping 사용시 에러 (0) | 2022.02.23 |
spring-boot JSP 사용시 compile된 JSP 파일 위치 (0) | 2022.02.15 |