dev add cache for search
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-21 16:06:47 +07:00
parent ab796932e6
commit cf2aefe6c3
5 changed files with 50 additions and 15 deletions
+4
View File
@@ -77,6 +77,10 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.0'
implementation 'io.github.resilience4j:resilience4j-spring-boot3:2.2.0'
//cache
implementation("org.springframework.boot:spring-boot-starter-cache:4.0.6")
implementation 'com.github.ben-manes.caffeine:caffeine'
}
tasks.named('test') {