Quellcode durchsuchen

新增学生个人报告

wangliang vor 4 Jahren
Ursprung
Commit
04dfa87dc3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      teachcloud-report/src/main/resources/application-dev.properties

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

@@ -17,7 +17,7 @@ db.password=Qmth87863577!
 com.qmth.redis.host=${db.host}
 com.qmth.redis.port=6379
 com.qmth.redis.db=1
-#com.qmth.redis.password
+com.qmth.redis.password=123456
 
 #mysql\u914D\u7F6E
 com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8