Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
9d2d3421
Commit
9d2d3421
authored
Aug 11, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to endpoints.hal
See gh-3696
parent
a4bfcb9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+0
-6
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+0
-3
No files found.
spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
9d2d3421
...
@@ -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"
,
...
...
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
9d2d3421
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment