Browse Source

数据库接口

dev_feature_入会申请变更
wuyilin 2 weeks ago
parent
commit
4636ddd78a
  1. 6
      application-tenant/tenant-admin/src/main/resources/tenant-admin-dev.yml

6
application-tenant/tenant-admin/src/main/resources/tenant-admin-dev.yml

@ -203,17 +203,17 @@ spring:
druid: druid:
# 租户管理数据源。 # 租户管理数据源。
tenant-admin: tenant-admin:
url: jdbc:mysql://12.tcp.cpolar.top:11564/apelet_xhgl?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://frp-use.com:51850/apelet_xhgl?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: X7&9p8L2@6z4K7!8 password: X7&9p8L2@6z4K7!8
# 租户业务平台的通用业务数据,如字典、在线表单、流程、报表的定义等数据。 # 租户业务平台的通用业务数据,如字典、在线表单、流程、报表的定义等数据。
tenant-common: tenant-common:
url: jdbc:mysql://12.tcp.cpolar.top:11564/apelet_xhgl?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://frp-use.com:51850/apelet_xhgl?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root username: root
password: X7&9p8L2@6z4K7!8 password: X7&9p8L2@6z4K7!8
# 默认生成的操作日志数据源配置。 # 默认生成的操作日志数据源配置。
operation-log: operation-log:
url: jdbc:mysql://12.tcp.cpolar.top:11564/apelet_xhgl?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://frp-use.com:51850/apelet_xhgl?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: X7&9p8L2@6z4K7!8 password: X7&9p8L2@6z4K7!8
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver

Loading…
Cancel
Save