Commit 5254c839 by Nepxion

SpringBoot Admin以IP地址注册

parent 557277a6
...@@ -54,6 +54,7 @@ spring.redis.pool.min-idle=0 ...@@ -54,6 +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.client.instance.prefer-ip=true
spring.boot.admin.client.url=http://localhost:5555 spring.boot.admin.client.url=http://localhost:5555
# User config # User config
......
...@@ -48,6 +48,7 @@ spring.redis.pool.min-idle=0 ...@@ -48,6 +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.client.instance.prefer-ip=true
spring.boot.admin.client.url=http://localhost:5555 spring.boot.admin.client.url=http://localhost:5555
# Plugin core config # Plugin core config
......
...@@ -60,6 +60,7 @@ feign.sentinel.enabled=true ...@@ -60,6 +60,7 @@ feign.sentinel.enabled=true
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.client.instance.prefer-ip=true
spring.boot.admin.client.url=http://localhost:5555 spring.boot.admin.client.url=http://localhost:5555
# Plugin core config # Plugin core config
......
...@@ -48,6 +48,7 @@ spring.redis.pool.min-idle=0 ...@@ -48,6 +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.client.instance.prefer-ip=true
spring.boot.admin.client.url=http://localhost:5555 spring.boot.admin.client.url=http://localhost:5555
# Plugin core config # Plugin core 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