Skip to content

Commit

Permalink
cache-names
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 20, 2025
1 parent e1d0cb6 commit 0c51300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import java.util.stream.Collectors;

@RequiredArgsConstructor
@CacheConfig(cacheNames = "testSource")
@CacheConfig(cacheNames = "testSources")
public abstract class AbstractRunTestsCodeLensSupplier<T extends CodeLensData>
implements CodeLensSupplier<T> {

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server.port=8025
spring.main.banner-mode=off
spring.main.log-startup-info=false
spring.cache.cache-names=testIds,testSources
logging.level.org.springframework.boot.autoconfigure.logging=INFO
logging.level.org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler=warn
logging.level.com.zaxxer.hikari=warn
Expand Down

0 comments on commit 0c51300

Please sign in to comment.