Browse Source

redis配置

xusonglin 5 years ago
parent
commit
480f462617
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application-prod.yml

+ 1 - 1
src/main/resources/application-prod.yml

@@ -15,7 +15,7 @@ mybatis-plus:
 redis:
 redis:
   host: 127.0.0.1
   host: 127.0.0.1
   port: 6379
   port: 6379
-  password: lq2uRBsf<vh2ouo
+  password: 'lq2uRBsf<vh2ouo'
   rabbitmq:
   rabbitmq:
     host: 127.0.0.1
     host: 127.0.0.1
     port: 5672
     port: 5672