Skip to content

Commit 73e6a39

Browse files
committed
Merge pull request #14670 from jvalkeal
* pr/14670: Polish docs
2 parents b248afc + 26345d3 commit 73e6a39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ exclude) all endpoints, as shown in the following example:
349349
[source,yaml,indent=0]
350350
----
351351
management:
352-
endpoints:
353-
web:
354-
exposure:
355-
include: "*"
352+
endpoints:
353+
web:
354+
exposure:
355+
include: "*"
356356
----
357357
====
358358

0 commit comments

Comments
 (0)