Merge pull request #2749 from eddumelendez/gh-2633-docs

* gh-2633-docs:
  Add spring.cache keys documentation
This commit is contained in:
Stephane Nicoll 2015-04-14 14:37:46 +02:00
commit 5d57f51ba1
1 changed files with 7 additions and 0 deletions

View File

@ -451,6 +451,13 @@ content into your application; rather pick only the properties that you need.
spring.batch.initializer.enabled=true
spring.batch.schema= # batch schema to load
# SPRING CACHE ({sc-spring-boot-autoconfigure}/cache/CacheProperties.{sc-ext}[CacheProperties])
spring.cache.type= # generic, ehcache, hazelcast, jcache, redis, guava, simple, none
spring.cache.config= #
spring.cache.cache-names= # cache names to create on startup
spring.cache.jcache.provider= # fully qualified name of the CachingProvider implementation to use
spring.cache.guava.spec= # link:http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/cache/CacheBuilderSpec.html[guava specs]
# AOP
spring.aop.auto=
spring.aop.proxy-target-class=