Skip to content

Commit

Permalink
chore: gralde 의존성 추가 (#6)
Browse files Browse the repository at this point in the history
- `security-crypto`: 비밀번호 암호화
- `validation`: validation 검증
  • Loading branch information
soomanbaek committed Aug 6, 2023
1 parent d8ffc0c commit bbb6d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.security:spring-security-crypto:6.0.3'
implementation 'org.springframework.boot:spring-boot-starter-validation'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
Expand Down

0 comments on commit bbb6d9b

Please sign in to comment.