add proper caching
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -42,6 +42,7 @@ dependencies {
|
|||||||
implementation 'io.netty:netty-all'
|
implementation 'io.netty:netty-all'
|
||||||
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1'
|
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1'
|
||||||
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
|
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
|
||||||
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.2'
|
||||||
testImplementation 'io.projectreactor:reactor-test'
|
testImplementation 'io.projectreactor:reactor-test'
|
||||||
compileOnly 'org.projectlombok:lombok'
|
compileOnly 'org.projectlombok:lombok'
|
||||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||||
|
Reference in New Issue
Block a user