Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
43ef5ba2
Commit
43ef5ba2
authored
May 07, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13078 from izeye:polish-20180505
* pr/13078: Polish
parents
3ad8f3fc
96ce71dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CachesEndpoint.java
...rg/springframework/boot/actuate/cache/CachesEndpoint.java
+1
-1
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
No files found.
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/CachesEndpoint.java
View file @
43ef5ba2
...
@@ -35,7 +35,7 @@ import org.springframework.lang.Nullable;
...
@@ -35,7 +35,7 @@ import org.springframework.lang.Nullable;
/**
/**
* {@link Endpoint} to expose available {@link Cache caches}.
* {@link Endpoint} to expose available {@link Cache caches}.
*
*
* @author Johannes Edme
u
er
* @author Johannes Edme
i
er
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 2.1.0
* @since 2.1.0
*/
*/
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
43ef5ba2
...
@@ -1194,7 +1194,7 @@ content into your application. Rather, pick only the properties that you need.
...
@@ -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.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.beans.enabled=true # Whether to enable the beans endpoint.
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.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.caches.enabled=true # Whether to enable the caches endpoint.
management.endpoint.caches.enabled=true # Whether to enable the caches endpoint.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment