Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-10-03 13:40:28 +02:00

View File

@@ -361,10 +361,10 @@ exclude) all endpoints, as shown in the following example:
[source,yaml,indent=0]
----
management:
endpoints:
web:
exposure:
include: "*"
endpoints:
web:
exposure:
include: "*"
----
====