Commit 97570205388057d4b7b0ee99ebd163d4ae180069

Authored by 王通
1 parent fd65d046

1.因内存占用高,将redis迁移至192.170.100.250

src/main/resources/application-cloud.properties
... ... @@ -25,7 +25,7 @@ spring.datasource.validation-query=select 1
25 25  
26 26 #REDIS
27 27 spring.redis.database=0
28   -spring.redis.host=127.0.0.1
  28 +spring.redis.host=192.170.100.250
29 29 spring.redis.password=bsth_control_001
30 30 spring.redis.port=28008
31 31  
... ...