Skip to content

Commit

Permalink
#1 feat: spring-security 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
limbs713 committed May 29, 2024
1 parent 01f49ee commit 3f19076
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

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

//jwt
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
implementation 'io.jsonwebtoken:jjwt-impl:0.12.3'
implementation 'io.jsonwebtoken:jjwt-jackson:0.12.3'
}

tasks.named('test') {
Expand Down

0 comments on commit 3f19076

Please sign in to comment.