Add missing slash
`endpoints.jolokia.path` requires the path to start with a slash. Closes gh-2864
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user