From 2c33defe886b1775809153fbeaf3d283e31de07e Mon Sep 17 00:00:00 2001 From: Ruban Date: Thu, 20 Feb 2025 08:16:45 +0000 Subject: [PATCH] DTSCCI-1670: Fix caching config --- src/main/resources/application.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index a4ef4c42913..975f1e910be 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -26,17 +26,6 @@ spring: cache-names: userInfoCache, accessTokenCache caffeine: spec: expireAfterWrite=3600s - jpa: - properties: - hibernate: - cache: - use_second_level_cache: true - region: - factory_class: jcache - javax: - cache: - provider: com.github.benmanes.caffeine.jcache.spi.CaffeineCachingProvider - datasource: driverClassName: org.postgresql.Driver username: ${CMC_DB_USERNAME:-}