主管理员 2 weeks ago
parent
commit
492197bede
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      jeecg-boot-module-system/src/main/resources/application-dev.yml

+ 3
- 2
jeecg-boot-module-system/src/main/resources/application-dev.yml View File

@ -134,9 +134,10 @@ spring:
# connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://gz-cdb-4486l6qp.sql.tencentcdb.com:28636/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
url: jdbc:mysql://42.194.239.145:3306/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
# url: jdbc:mysql://gz-cdb-4486l6qp.sql.tencentcdb.com:28636/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
username: root
password: hhlm.168820241016
password: I5+sHYZQ
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
#multi-datasource1:


Loading…
Cancel
Save