Skip to content

Commit

Permalink
fix : 일부 주석 내용 수정 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjindev committed Feb 17, 2024
1 parent 07406a4 commit 7abeedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
//Redis를 사용하기 위해 추가
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

//Validation을 위해 추가 Spring 버전 업되면서 web 의존성안에 있던 constraints packeage가 아예 모듈로 빠졌다.
//Validation을 위해 추가! Spring Boot 2.3버전 이후부터는 web 의존성안에 있던 validation 관련 package가 아예 모듈로 빠짐
implementation 'org.springframework.boot:spring-boot-starter-validation'

}
Expand Down

0 comments on commit 7abeedf

Please sign in to comment.