feat : jwt 기능 구현
SpecialSource Backend CI/CD / build-and-deploy (push) Successful in 1m41s

This commit is contained in:
2026-05-21 17:57:57 +09:00
parent 8749571474
commit a7077fc693
5 changed files with 108 additions and 14 deletions
+5
View File
@@ -46,6 +46,11 @@ dependencies {
// Jasypt Spring Boot Starter
implementation 'com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5'
// JWT 관련 의존성 (최신 0.12.x 버전 기준)
implementation 'io.jsonwebtoken:jjwt-api:0.12.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.5' // JSON 파싱용
}
tasks.named('test') {