Skip to content

Commit b4a8ad0

Browse files
committed
Merge branch '2.0.x'
2 parents 84c8f38 + 73e6a39 commit b4a8ad0

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
@@ -361,10 +361,10 @@ exclude) all endpoints, as shown in the following example:
361361
[source,yaml,indent=0]
362362
----
363363
management:
364-
endpoints:
365-
web:
366-
exposure:
367-
include: "*"
364+
endpoints:
365+
web:
366+
exposure:
367+
include: "*"
368368
----
369369
====
370370

0 commit comments

Comments
 (0)