Commit 97570205388057d4b7b0ee99ebd163d4ae180069
1 parent
fd65d046
1.因内存占用高,将redis迁移至192.170.100.250
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-cloud.properties
| @@ -25,7 +25,7 @@ spring.datasource.validation-query=select 1 | @@ -25,7 +25,7 @@ spring.datasource.validation-query=select 1 | ||
| 25 | 25 | ||
| 26 | #REDIS | 26 | #REDIS |
| 27 | spring.redis.database=0 | 27 | spring.redis.database=0 |
| 28 | -spring.redis.host=127.0.0.1 | 28 | +spring.redis.host=192.170.100.250 |
| 29 | spring.redis.password=bsth_control_001 | 29 | spring.redis.password=bsth_control_001 |
| 30 | spring.redis.port=28008 | 30 | spring.redis.port=28008 |
| 31 | 31 |