Skip to content

Commit

Permalink
chore: spring-validation 의존성 추가 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Jan 8, 2025
1 parent f806937 commit c5d1578
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 @@ -27,6 +27,7 @@ dependencies {
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-validation'

// jwt
implementation 'io.jsonwebtoken:jjwt-api:0.12.4'
Expand Down

0 comments on commit c5d1578

Please sign in to comment.