Rename default endpoint settings to "default"

Closes gh-10098
This commit is contained in:
Stephane Nicoll
2017-08-29 11:27:35 +02:00
parent edd7cea1c3
commit 98455e30dc
19 changed files with 115 additions and 113 deletions

View File

@@ -1 +1 @@
endpoints.all.web.enabled=true
endpoints.default.web.enabled=true

View File

@@ -1,2 +1,2 @@
endpoints.shutdown.enabled=true
endpoints.all.web.enabled=true
endpoints.default.web.enabled=true

View File

@@ -1,3 +1,3 @@
health.diskspace.enabled=false
endpoints.all.web.enabled=true
endpoints.default.web.enabled=true
management.jolokia.enabled=true

View File

@@ -11,7 +11,7 @@ server.tomcat.accesslog.pattern=%h %t "%r" %s %b
security.require-ssl=false
#spring.jackson.serialization.INDENT_OUTPUT=true
spring.jmx.enabled=true
endpoints.all.web.enabled=true
endpoints.default.web.enabled=true
spring.jackson.serialization.write_dates_as_timestamps=false

View File

@@ -1,5 +1,5 @@
server.port=8081
endpoints.all.web.enabled=true
endpoints.default.web.enabled=true
security.oauth2.resource.id=service
security.oauth2.resource.userInfoUri=http://localhost:8080/user
logging.level.org.springframework.security=DEBUG

View File

@@ -1,3 +1,3 @@
spring.thymeleaf.cache: false
logging.level.org.springframework.security: INFO
endpoints.all.web.enabled=true
endpoints.default.web.enabled=true