|
|
|
|
@ -49,7 +49,7 @@ spring:
|
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
|
|
|
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
|
|
|
|
url: jdbc:mysql://demo_202305.dev.evolvecloud.cn:3306/demo_202305?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
|
url: jdbc:mysql://10.0.0.201:3306/demo_202305?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
|
username: demo_202305
|
|
|
|
|
password: LFMxsb2wKtWZDH5k
|
|
|
|
|
# 从库数据源
|
|
|
|
|
@ -57,7 +57,7 @@ spring:
|
|
|
|
|
lazy: true
|
|
|
|
|
type: ${spring.datasource.type}
|
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
url: jdbc:mysql://demo_202305.dev.evolvecloud.cn:3306/demo_202305?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
|
url: jdbc:mysql://10.0.0.201:3306/demo_202305?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
|
username: demo_202305
|
|
|
|
|
password: LFMxsb2wKtWZDH5k
|
|
|
|
|
# oracle:
|
|
|
|
|
@ -102,7 +102,7 @@ spring:
|
|
|
|
|
spring:
|
|
|
|
|
redis:
|
|
|
|
|
# 地址
|
|
|
|
|
host: demo_202305.dev.evolvecloud.cn
|
|
|
|
|
host: 10.0.0.201
|
|
|
|
|
# 端口,默认为6379
|
|
|
|
|
port: 6379
|
|
|
|
|
# 数据库索引
|
|
|
|
|
|