|
@@ -10,19 +10,19 @@ server.tomcat.uri-encoding=UTF-8
|
|
spring.application.name=teachcloud-report
|
|
spring.application.name=teachcloud-report
|
|
|
|
|
|
#\u6570\u636E\u6E90\u914D\u7F6E
|
|
#\u6570\u636E\u6E90\u914D\u7F6E
|
|
-#db.host=192.168.10.136
|
|
|
|
-db.host=localhost
|
|
|
|
|
|
+db.host=192.168.10.136
|
|
|
|
+#db.host=localhost
|
|
db.port=3306
|
|
db.port=3306
|
|
db.name=teachcloud-report
|
|
db.name=teachcloud-report
|
|
db.username=root
|
|
db.username=root
|
|
-#db.password=Qmth87863577!
|
|
|
|
-db.password=123456789
|
|
|
|
|
|
+db.password=Qmth87863577!
|
|
|
|
+#db.password=123456789
|
|
|
|
|
|
#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
com.qmth.redis.host=${db.host}
|
|
com.qmth.redis.host=${db.host}
|
|
com.qmth.redis.port=6379
|
|
com.qmth.redis.port=6379
|
|
com.qmth.redis.db=1
|
|
com.qmth.redis.db=1
|
|
-#com.qmth.redis.password=123456
|
|
|
|
|
|
+com.qmth.redis.password=123456
|
|
|
|
|
|
#mysql\u914D\u7F6E
|
|
#mysql\u914D\u7F6E
|
|
com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|
|
com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|