Merge branch '1.5.x'
This commit is contained in:
@@ -959,6 +959,9 @@ content into your application; rather pick only the properties that you need.
|
||||
endpoints.actuator.enabled=true # Enable the endpoint.
|
||||
endpoints.actuator.path= # Endpoint URL path.
|
||||
endpoints.actuator.sensitive=false # Enable security on the endpoint.
|
||||
endpoints.auditevents.enabled= # Enable the endpoint.
|
||||
endpoints.auditevents.id= # Endpoint identifier.
|
||||
endpoints.auditevents.path= # Endpoint path.
|
||||
endpoints.autoconfig.enabled= # Enable the endpoint.
|
||||
endpoints.autoconfig.id= # Endpoint identifier.
|
||||
endpoints.autoconfig.path= # Endpoint path.
|
||||
|
||||
@@ -73,6 +73,10 @@ The following technology agnostic endpoints are available:
|
||||
HATEOAS to be on the classpath.
|
||||
|true
|
||||
|
||||
|`auditevents`
|
||||
|Exposes audit events information for the current application.
|
||||
|true
|
||||
|
||||
|`autoconfig`
|
||||
|Displays an auto-configuration report showing all auto-configuration candidates and the
|
||||
reason why they '`were`' or '`were not`' applied.
|
||||
|
||||
Reference in New Issue
Block a user