Commit f782718a by Nepxion

修改配置

parent 8a3e9bce
......@@ -32,8 +32,10 @@ spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0
# Admin config(management.health.consul.enabled必须配置在bootstrap.properties里,配置在application.properties无效)
# Admin config
# 关闭访问Rest接口时候的权限验证
management.security.enabled=false
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
# management.health.consul.enabled=true
# Plugin config
......
......@@ -33,8 +33,10 @@ spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0
# Admin config(management.health.consul.enabled必须配置在bootstrap.properties里,配置在application.properties无效)
# Admin config
# 关闭访问Rest接口时候的权限验证
management.security.enabled=false
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
# management.health.consul.enabled=true
# Plugin config
......
......@@ -32,8 +32,10 @@ spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0
# Admin config(management.health.consul.enabled必须配置在bootstrap.properties里,配置在application.properties无效)
# Admin config
# 关闭访问Rest接口时候的权限验证
management.security.enabled=false
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
# management.health.consul.enabled=true
# 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