Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JWT관련 의존성 추가
  • Loading branch information
yooonwodyd committed Sep 23, 2024
1 parent 35bcf42 commit 233084a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ dependencies {

// Spring docs
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'

// JWT
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
}

tasks.named('test') {
Expand Down

0 comments on commit 233084a

Please sign in to comment.