Merge pull request #13078 from izeye:polish-20180505

* pr/13078:
  Polish
This commit is contained in:
Stephane Nicoll
2018-05-07 14:55:39 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ import org.springframework.lang.Nullable;
/**
* {@link Endpoint} to expose available {@link Cache caches}.
*
* @author Johannes Edmeuer
* @author Johannes Edmeier
* @author Stephane Nicoll
* @since 2.1.0
*/

View File

@@ -1194,7 +1194,7 @@ content into your application. Rather, pick only the properties that you need.
management.endpoint.beans.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.beans.enabled=true # Whether to enable the beans endpoint.
# CACHES ENDPOINT ({sc-spring-boot-actuator-autoconfigure}/cache/CachesEndpoint.{sc-ext}[CachesEndpoint])
# CACHES ENDPOINT ({sc-spring-boot-actuator}/cache/CachesEndpoint.{sc-ext}[CachesEndpoint])
management.endpoint.caches.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.caches.enabled=true # Whether to enable the caches endpoint.