Skip to content

Commit

Permalink
validation 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Apr 29, 2024
1 parent acc5751 commit 67f773a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spring-code-for-deploy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// validation
implementation 'org.springframework.boot:spring-boot-starter-validation'
// implementation 'org.springframework.boot:spring-boot-starter-validation'

//h2

runtimeOnly 'com.h2database:h2'

// restdocs
Expand Down

0 comments on commit 67f773a

Please sign in to comment.