|
@@ -45,33 +45,33 @@ spring:
|
|
|
datasource:
|
|
|
master:
|
|
|
name: ruoyi-vue-pro
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?allowMultiQueries=true&useUnicode=true&useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
|
|
+ url: jdbc:mysql://139.9.196.247:3306/${spring.datasource.dynamic.datasource.master.name}?allowMultiQueries=true&useUnicode=true&useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
|
|
# url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT # MySQL Connector/J 5.X 连接的示例
|
|
|
# url: jdbc:postgresql://127.0.0.1:5432/${spring.datasource.dynamic.datasource.slave.name} # PostgreSQL 连接的示例
|
|
|
# url: jdbc:oracle:thin:@127.0.0.1:1521:xe # Oracle 连接的示例
|
|
|
# url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=${spring.datasource.dynamic.datasource.master.name} # SQLServer 连接的示例
|
|
|
username: root
|
|
|
- password: 123456
|
|
|
+ password: ${RUOYI_VUE_PRO}
|
|
|
# username: sa
|
|
|
# password: JSm:g(*%lU4ZAkz06cd52KqT3)i1?H7W
|
|
|
slave: # 模拟从库,可根据自己需要修改
|
|
|
name: ruoyi-vue-pro
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.slave.name}?allowMultiQueries=true&useUnicode=true&useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
|
|
+ url: jdbc:mysql://139.9.196.247:3306/${spring.datasource.dynamic.datasource.master.name}?allowMultiQueries=true&useUnicode=true&useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
|
|
|
# url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT # MySQL Connector/J 5.X 连接的示例
|
|
|
# url: jdbc:postgresql://127.0.0.1:5432/${spring.datasource.dynamic.datasource.slave.name} # PostgreSQL 连接的示例
|
|
|
# url: jdbc:oracle:thin:@127.0.0.1:1521:xe # Oracle 连接的示例
|
|
|
# url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=${spring.datasource.dynamic.datasource.slave.name} # SQLServer 连接的示例
|
|
|
username: root
|
|
|
- password: 123456
|
|
|
+ password: ${RUOYI_VUE_PRO}
|
|
|
# username: sa
|
|
|
# password: JSm:g(*%lU4ZAkz06cd52KqT3)i1?H7W
|
|
|
|
|
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
|
|
redis:
|
|
|
- host: 127.0.0.1 # 地址
|
|
|
+ host: 139.9.196.247 # 地址
|
|
|
port: 6379 # 端口
|
|
|
database: 0 # 数据库索引
|
|
|
-# password: 123456 # 密码,建议生产环境开启
|
|
|
+ password: 123456 # 密码,建议生产环境开启
|
|
|
|
|
|
jasypt:
|
|
|
encryptor:
|
|
@@ -173,6 +173,8 @@ logging:
|
|
|
cn.iocoder.yudao.module.system.dal.mysql: debug
|
|
|
cn.iocoder.yudao.module.tool.dal.mysql: debug
|
|
|
cn.iocoder.yudao.module.member.dal.mysql: debug
|
|
|
+ cn.iocoder.yudao.module.trade.dal.mysql: debug
|
|
|
+ cn.iocoder.yudao.module.promotion.dal.mysql: debug
|
|
|
|
|
|
--- #################### 微信公众号、小程序相关配置 ####################
|
|
|
wx:
|