Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Valid 등이 포함된 javax.validation 패키지 spring-web-starter에 없는 문제 #52

Closed
kyupid opened this issue Jan 4, 2022 · 0 comments
Assignees

Comments

@kyupid
Copy link
Owner

kyupid commented Jan 4, 2022

스프링부트 버전 2.3.0부터는 starter web에 디펜던시로 spring-boot-starter-validation 이 제외되서, 별도로 추가해야만 했던 문제였습니다.
출처: https://www.inflearn.com/questions/36139
spring-projects/spring-boot#19550

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-validation
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '2.6.2'
@kyupid kyupid self-assigned this Jan 4, 2022
@kyupid kyupid changed the title @Valid 등이 포함된 javax.validation 패키지 spring-web-start에 없는 문제 @Valid 등이 포함된 javax.validation 패키지 spring-web-starter에 없는 문제 Jan 4, 2022
@kyupid kyupid closed this as completed Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant