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
f0b0a073
Commit
f0b0a073
authored
Oct 16, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unwanted titles from config blocks
Closes gh-23722
parent
00079618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
production-ready-features.adoc
...oot-docs/src/docs/asciidoc/production-ready-features.adoc
+0
-3
No files found.
spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc
View file @
f0b0a073
...
...
@@ -379,7 +379,6 @@ See the API documentation ({spring-boot-actuator-restapi-docs}[HTML] or {spring-
If you deploy applications behind a firewall, you may prefer that all your actuator endpoints can be accessed without requiring authentication.
You can do so by changing the configprop:management.endpoints.web.exposure.include[] property, as follows:
.application.properties
[source,yaml,indent=0,configprops,configblocks]
----
management:
...
...
@@ -413,7 +412,6 @@ Endpoints automatically cache responses to read operations that do not take any
To configure the amount of time for which an endpoint will cache a response, use its `cache.time-to-live` property.
The following example sets the time-to-live of the `beans` endpoint's cache to 10 seconds:
.application.properties
[source,yaml,indent=0,configprops,configblocks]
----
management:
...
...
@@ -1281,7 +1279,6 @@ If you want to map endpoints to a different path, you can use the configprop:man
The following example remaps `/actuator/health` to `/healthcheck`:
.application.properties
[source,yaml,indent=0,configprops,configblocks]
----
management:
...
...
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