Skip to content

Commit b258f5d

Browse files
committed
[CHORE] validation 의존성 추가
1 parent df71e9b commit b258f5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ dependencies {
3939
compileOnly 'org.projectlombok:lombok'
4040
annotationProcessor 'org.projectlombok:lombok'
4141

42+
// Validation
43+
implementation 'org.springframework.boot:spring-boot-starter-validation'
44+
4245
// MySQL
4346
runtimeOnly 'com.mysql:mysql-connector-j'
4447

0 commit comments

Comments
 (0)