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:-}