Commit daf3626f by Nepxion

增加Spring Boot Admin功能

parent fca51954
......@@ -39,4 +39,5 @@ management.security.enabled=false
# management.health.consul.enabled=true
management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555
\ No newline at end of file
......@@ -39,6 +39,7 @@ management.security.enabled=false
# management.health.consul.enabled=true
management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555
# Plugin config
......
......@@ -40,6 +40,7 @@ management.security.enabled=false
# management.health.consul.enabled=true
management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555
# Plugin config
......
......@@ -39,6 +39,7 @@ management.security.enabled=false
# management.health.consul.enabled=true
management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555
# Plugin config
......
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