|
|
@@ -17,7 +17,7 @@ spring:
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
|
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
|
|
- url: jdbc:mysql://39.98.239.48:3366/wns?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
+ url: jdbc:mysql://39.98.239.48:3366/wms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
username: root
|
|
|
password: '@RqGHG#KZ*C9ytkQ'
|
|
|
# 从库数据源
|
|
|
@@ -25,7 +25,7 @@ spring:
|
|
|
lazy: true
|
|
|
type: ${spring.datasource.type}
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://39.98.239.48:3366/wns?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
+ url: jdbc:mysql://39.98.239.48:3366/wms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
username: root
|
|
|
password: '@RqGHG#KZ*C9ytkQ'
|
|
|
hikari:
|
|
|
@@ -48,18 +48,17 @@ spring:
|
|
|
spring.data:
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 192.168.159.128
|
|
|
+ host: 192.168.12.128
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
|
database: 0
|
|
|
# 密码(如没有密码请注释掉)
|
|
|
- # password:
|
|
|
+ password: 123456
|
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
|
# 是否开启ssl
|
|
|
ssl.enabled: false
|
|
|
- password: 123456
|
|
|
|
|
|
redisson:
|
|
|
# redis key前缀
|