parent
a4bfcb9b94
commit
9d2d34216b
|
@ -23,12 +23,6 @@
|
|||
"description": "Enable actuator docs endpoint.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "endpoints.hal.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Enable Spring Data HAL browser endpoint.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "endpoints.jmx.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
|
|
|
@ -711,9 +711,6 @@ content into your application; rather pick only the properties that you need.
|
|||
endpoints.flyway.enabled=true
|
||||
endpoints.flyway.id=flyway
|
||||
endpoints.flyway.sensitive=true
|
||||
endpoints.hal.enabled=true
|
||||
endpoints.hal.path= # Redirects root HTML traffic to the HAL browser
|
||||
endpoints.hal.sensitive=false
|
||||
endpoints.liquibase.enabled=true
|
||||
endpoints.liquibase.id=liquibase
|
||||
endpoints.liquibase.sensitive=false
|
||||
|
|
Loading…
Reference in New Issue