Skip to content

Commit f0b0a07

Browse files
committed
Remove unwanted titles from config blocks
Closes gh-23722
1 parent 0007961 commit f0b0a07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ See the API documentation ({spring-boot-actuator-restapi-docs}[HTML] or {spring-
379379
If you deploy applications behind a firewall, you may prefer that all your actuator endpoints can be accessed without requiring authentication.
380380
You can do so by changing the configprop:management.endpoints.web.exposure.include[] property, as follows:
381381

382-
.application.properties
383382
[source,yaml,indent=0,configprops,configblocks]
384383
----
385384
management:
@@ -413,7 +412,6 @@ Endpoints automatically cache responses to read operations that do not take any
413412
To configure the amount of time for which an endpoint will cache a response, use its `cache.time-to-live` property.
414413
The following example sets the time-to-live of the `beans` endpoint's cache to 10 seconds:
415414

416-
.application.properties
417415
[source,yaml,indent=0,configprops,configblocks]
418416
----
419417
management:
@@ -1281,7 +1279,6 @@ If you want to map endpoints to a different path, you can use the configprop:man
12811279
12821280
The following example remaps `/actuator/health` to `/healthcheck`:
12831281
1284-
.application.properties
12851282
[source,yaml,indent=0,configprops,configblocks]
12861283
----
12871284
management:

0 commit comments

Comments
 (0)