Skip to content

Commit

Permalink
Add : validation 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thsghdud13 committed Sep 25, 2024
1 parent b44e6bc commit 983c2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation group: 'org.webjars', name: 'stomp-websocket', version: '2.3.3-1'
implementation 'org.springframework.boot:spring-boot-starter-validation'
//rabbitMQ
implementation 'org.springframework.boot:spring-boot-starter-amqp'
implementation 'org.springframework.boot:spring-boot-starter-reactor-netty:3.0.0'
Expand Down

0 comments on commit 983c2e3

Please sign in to comment.