Files
spring-boot/spring-boot-samples/spring-boot-sample-actuator/src/test/resources/application-endpoints.properties
Phillip Webb 31025d9f6c Drop status endpoint
Drop the status endpoint and merge functionality back into the health
endpoint. The `management.endpoint.health.show-details` property can
be used to change if full details, or just the status is displayed.

Fixes gh-11113
2017-11-22 22:01:58 -08:00

4 lines
114 B
Properties

server.error.path: /oops
management.endpoint.health.show-details: true
management.endpoints.web.base-path: /admin