mirror of
https://github.com/headporter81/specialsource-homepage-backend.git
synced 2026-08-08 15:41:11 +09:00
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user