Skip to content

Commit

Permalink
DTSCCI-1670: Fix caching config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruban72 committed Feb 20, 2025
1 parent 73b3003 commit 2c33def
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}
Expand Down

0 comments on commit 2c33def

Please sign in to comment.