spring: application: name: caching jpa: hibernate: ddl-auto: create-drop open-in-view: false properties: hibernate: cache: # Explicit: this module is about the *application* cache, not Hibernate's L2. # See docs/09-versus-hibernate-l2.md for what the difference actually buys you. use_second_level_cache: false sql: init: mode: never management: endpoints: web: exposure: include: caches,metrics,health logging: level: org.springframework.cache: INFO