Simplify the Actuator's hypermedia support
This commit replaces the Acuator's support for hypermedia with a single endpoint that returns HAL-formatted links to all of the available endpoints. This is done without requiring Spring HATEOAS to be on the classpath in a similar manner to the existing CloudFoundry discovery endpoint. Closes gh-9901
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# logging.file=/tmp/logs/app.log
|
||||
# logging.level.org.springframework.security=DEBUG
|
||||
management.address=127.0.0.1
|
||||
#management.port=8181
|
||||
management.context-path=/
|
||||
|
||||
management.info.build.mode=full
|
||||
|
||||
@@ -20,3 +20,5 @@ management.trace.include=REQUEST_HEADERS,RESPONSE_HEADERS,ERRORS,PATH_INFO,\
|
||||
PATH_TRANSLATED,CONTEXT_PATH,USER_PRINCIPAL,PARAMETERS,QUERY_STRING,AUTH_TYPE,\
|
||||
REMOTE_ADDRESS,SESSION_ID,REMOTE_USER
|
||||
|
||||
management.security.enabled = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user