Commit 14cbb73c by Nepxion

修正spring.boot.admin.client.url

parent d1f8cd4b
...@@ -54,7 +54,7 @@ spring.redis.pool.min-idle=0 ...@@ -54,7 +54,7 @@ spring.redis.pool.min-idle=0
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.client.url=http://localhost:5555
# User config # User config
admin=admin admin=admin
......
...@@ -48,7 +48,7 @@ spring.redis.pool.min-idle=0 ...@@ -48,7 +48,7 @@ spring.redis.pool.min-idle=0
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.client.url=http://localhost:5555
# Plugin core config # Plugin core config
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true # 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
......
...@@ -59,7 +59,7 @@ spring.cloud.sentinel.transport.dashboard=localhost:8075 ...@@ -59,7 +59,7 @@ spring.cloud.sentinel.transport.dashboard=localhost:8075
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.client.url=http://localhost:5555
# Plugin core config # Plugin core config
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true # 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
......
...@@ -48,7 +48,7 @@ spring.redis.pool.min-idle=0 ...@@ -48,7 +48,7 @@ spring.redis.pool.min-idle=0
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.client.url=http://localhost:5555
# Plugin core config # Plugin core 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