mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
19 lines
330 B
Properties
19 lines
330 B
Properties
management.endpoints.web.exposure.include=*
|
|
|
|
#
|
|
# Infinispan configuration file location.
|
|
#
|
|
spring.cache.infinispan.config=infinispan.xml
|
|
|
|
|
|
#
|
|
# JCache configuration (example with ehcache 3).
|
|
#
|
|
#spring.cache.jcache.config=ehcache3.xml
|
|
|
|
|
|
#
|
|
# Caffeine configuration
|
|
#
|
|
spring.cache.caffeine.spec=maximumSize=200,expireAfterAccess=600s
|