Commit 59121b1b52e669c60c63056949dc2c294cc48b23

Authored by luotong
1 parent fc83fb78

开发环境添加redis配置

Showing 1 changed file with 1 additions and 0 deletions
class-service.yml
@@ -56,6 +56,7 @@ spring: @@ -56,6 +56,7 @@ spring:
56 database: 0 56 database: 0
57 host: redis-server 57 host: redis-server
58 port: 6379 58 port: 6379
  59 + password: 123456
59 pool: 60 pool:
60 max-idle: 100 61 max-idle: 100
61 min-idle: 10 62 min-idle: 10