Skip to content

Commit

Permalink
chore: validation 관련 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
namkikim0718 committed Oct 25, 2024
1 parent 6b514d8 commit b859cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ subprojects {
implementation 'org.springframework.boot:spring-boot-starter-webflux'

implementation 'io.netty:netty-resolver-dns-native-macos:4.1.96.Final:osx-aarch_64'

// validation 의존성 추가
implementation 'org.springframework.boot:spring-boot-starter-validation'
}


Expand Down

0 comments on commit b859cd6

Please sign in to comment.