소스 검색

bug修复

wangliang 4 년 전
부모
커밋
019b408607
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      teachcloud-report/src/main/resources/application-release.properties

+ 4 - 4
teachcloud-report/src/main/resources/application-release.properties

@@ -17,10 +17,10 @@ db.username=wdfx
 db.password=qmth_wdfx
 
 #redis\u6570\u636E\u6E90\u914D\u7F6E
-redis.host=qmth-redis2.redis.rds.aliyuncs.com
-redis.database=9
-redis.port=6379
-redis.password=wdfx_redis:Wdfx_redis
+com.qmth.redis.host=qmth-redis2.redis.rds.aliyuncs.com
+com.qmth.redis.db=9
+com.qmth.redis.port=6379
+com.qmth.redis.password=wdfx_redis:Wdfx_redis
 
 #mysql\u914D\u7F6E
 com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8