Skip to content

Commit

Permalink
去掉过时的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Dec 14, 2019
1 parent 41f21ad commit 462a9ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=
spring.redis.database=0
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0

# Management config
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=
spring.redis.database=0
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0

# Management config
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=
spring.redis.database=0
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0

# Sentinel config
spring.cloud.sentinel.transport.dashboard=localhost:8075
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=
spring.redis.database=0
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0

# Management config
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
Expand Down

0 comments on commit 462a9ac

Please sign in to comment.