add internal feign key

This commit is contained in:
2026-06-05 22:06:28 +07:00
parent 1a7b4ce6c3
commit 690bc0fcf0
4 changed files with 38 additions and 62 deletions
+3
View File
@@ -47,5 +47,8 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.0'
//security
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation("io.jsonwebtoken:jjwt:0.13.0")
}