Commit fff8f28d by Nepxion

修改配置

parent 6add73db
...@@ -40,4 +40,5 @@ management.security.enabled=false ...@@ -40,4 +40,5 @@ management.security.enabled=false
management.endpoints.web.exposure.include=* management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=* management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555 spring.boot.admin.url=http://localhost:5555
\ No newline at end of file spring.boot.admin.client.instance.prefer-ip=true
\ No newline at end of file
...@@ -41,6 +41,7 @@ management.endpoints.web.exposure.include=* ...@@ -41,6 +41,7 @@ management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=* management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555 spring.boot.admin.url=http://localhost:5555
spring.boot.admin.client.instance.prefer-ip=true
# Plugin config # Plugin config
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true # 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
......
...@@ -42,6 +42,7 @@ management.endpoints.web.exposure.include=* ...@@ -42,6 +42,7 @@ management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=* management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555 spring.boot.admin.url=http://localhost:5555
spring.boot.admin.client.instance.prefer-ip=true
# Plugin config # Plugin config
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true # 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
......
...@@ -41,6 +41,7 @@ management.endpoints.web.exposure.include=* ...@@ -41,6 +41,7 @@ management.endpoints.web.exposure.include=*
management.endpoints.jmx.exposure.include=* management.endpoints.jmx.exposure.include=*
management.endpoint.health.show-details=ALWAYS management.endpoint.health.show-details=ALWAYS
spring.boot.admin.url=http://localhost:5555 spring.boot.admin.url=http://localhost:5555
spring.boot.admin.client.instance.prefer-ip=true
# Plugin config # Plugin config
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true # 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
......
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