Commit 9d2d3421 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove references to endpoints.hal

See gh-3696
parent a4bfcb9b
...@@ -23,12 +23,6 @@ ...@@ -23,12 +23,6 @@
"description": "Enable actuator docs endpoint.", "description": "Enable actuator docs endpoint.",
"defaultValue": true "defaultValue": true
}, },
{
"name": "endpoints.hal.enabled",
"type": "java.lang.Boolean",
"description": "Enable Spring Data HAL browser endpoint.",
"defaultValue": true
},
{ {
"name": "endpoints.jmx.enabled", "name": "endpoints.jmx.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
......
...@@ -711,9 +711,6 @@ content into your application; rather pick only the properties that you need. ...@@ -711,9 +711,6 @@ content into your application; rather pick only the properties that you need.
endpoints.flyway.enabled=true endpoints.flyway.enabled=true
endpoints.flyway.id=flyway endpoints.flyway.id=flyway
endpoints.flyway.sensitive=true 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.enabled=true
endpoints.liquibase.id=liquibase endpoints.liquibase.id=liquibase
endpoints.liquibase.sensitive=false endpoints.liquibase.sensitive=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment