webclient

This commit is contained in:
root
2025-08-04 12:57:54 +09:00
parent 79b98f4321
commit 603b992dd1
7 changed files with 90 additions and 17 deletions

View File

@@ -39,6 +39,9 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
//webclient
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}
tasks.named('test') {