update 去除 oracle 多余连接参数 天生支持批处理

feature/model
疯狂的狮子li 3 years ago
parent 2bf3d3a9c5
commit d73cd5ed27

@ -65,9 +65,7 @@ spring:
password: password:
# oracle: # oracle:
# driverClassName: oracle.jdbc.OracleDriver # driverClassName: oracle.jdbc.OracleDriver
# # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # url: jdbc:oracle:thin:@//localhost:1521/XE
# # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
# url: jdbc:oracle:thin:@//localhost:1521/XE?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
# username: ROOT # username: ROOT
# password: root # password: root
druid: druid:

@ -72,9 +72,7 @@ spring:
password: password:
# oracle: # oracle:
# driverClassName: oracle.jdbc.OracleDriver # driverClassName: oracle.jdbc.OracleDriver
# # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # url: jdbc:oracle:thin:@//172.30.0.36:1521/XE
# # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
# url: jdbc:oracle:thin:@//172.30.0.36:1521/XE?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
# username: ROOT # username: ROOT
# password: root # password: root
druid: druid:

Loading…
Cancel
Save