快速排查新增字段与前端保存逻辑
This commit is contained in:
@@ -17,12 +17,14 @@ spring:
|
|||||||
# username: root
|
# username: root
|
||||||
# password: root
|
# password: root
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
l3:
|
||||||
# 从数据源开关/默认关闭
|
type: ${spring.datasource.type}
|
||||||
enabled: false
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
url:
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
||||||
username:
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||||
password:
|
url: jdbc:mysql://140.143.206.120:13306/klp-oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||||
|
username: klp
|
||||||
|
password: KeLunPu@123
|
||||||
|
|
||||||
# 初始连接数
|
# 初始连接数
|
||||||
initialSize: 5
|
initialSize: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user