Browse Source

fix:demo环境redis库改成13

caozixuan 1 year ago
parent
commit
05049e8448
1 changed files with 1 additions and 1 deletions
  1. 1 1
      teachcloud-report/src/main/resources/application-demo.properties

+ 1 - 1
teachcloud-report/src/main/resources/application-demo.properties

@@ -18,7 +18,7 @@ db.password=teachcloud_report_test
 
 #redis\u6570\u636E\u6E90\u914D\u7F6E
 com.qmth.redis.host=${db.host}
-com.qmth.redis.db=14
+com.qmth.redis.db=13
 com.qmth.redis.port=6379
 com.qmth.redis.password=123456