|
|
@ -2,15 +2,15 @@ datasource:
|
|
|
|
system-master:
|
|
|
|
system-master:
|
|
|
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
|
|
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
|
|
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能
|
|
|
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能
|
|
|
|
url: jdbc:mysql://localhost:3306/ry-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
|
|
|
|
url: jdbc:mysql://localhost:3306/ry-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: password
|
|
|
|
password: password
|
|
|
|
gen:
|
|
|
|
gen:
|
|
|
|
url: jdbc:mysql://localhost:3306/ry-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
|
|
|
|
url: jdbc:mysql://localhost:3306/ry-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: password
|
|
|
|
password: password
|
|
|
|
job:
|
|
|
|
job:
|
|
|
|
url: jdbc:mysql://localhost:3306/ry-job?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
|
|
|
|
url: jdbc:mysql://localhost:3306/ry-job?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: password
|
|
|
|
password: password
|
|
|
|
# system-oracle:
|
|
|
|
# system-oracle:
|
|
|
|