Add missing slash

`endpoints.jolokia.path` requires the path to start with a slash.

Closes gh-2864
This commit is contained in:
izeye 2015-04-22 22:34:36 +09:00 committed by Stephane Nicoll
parent b847b6fa4b
commit c7103bf2a4

View File

@ -552,7 +552,7 @@ content into your application; rather pick only the properties that you need.
management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP
# MVC ONLY ENDPOINTS
endpoints.jolokia.path=jolokia
endpoints.jolokia.path=/jolokia
endpoints.jolokia.sensitive=true
endpoints.jolokia.enabled=true # when using Jolokia