Ver Fonte

新增学生个人报告

wangliang há 4 anos atrás
pai
commit
04dfa87dc3

+ 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