From d73cd5ed27396543dd401532246014f1fa91f9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Tue, 8 Mar 2022 17:47:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8E=BB=E9=99=A4=20oracle=20?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E8=BF=9E=E6=8E=A5=E5=8F=82=E6=95=B0=20?= =?UTF-8?q?=E5=A4=A9=E7=94=9F=E6=94=AF=E6=8C=81=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application-dev.yml | 4 +--- ruoyi-admin/src/main/resources/application-prod.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 0bf7f6d07..1cacdb49e 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -65,9 +65,7 @@ spring: password: # oracle: # driverClassName: oracle.jdbc.OracleDriver -# # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 -# # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) -# url: jdbc:oracle:thin:@//localhost:1521/XE?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true +# url: jdbc:oracle:thin:@//localhost:1521/XE # username: ROOT # password: root druid: diff --git a/ruoyi-admin/src/main/resources/application-prod.yml b/ruoyi-admin/src/main/resources/application-prod.yml index 722094ca0..069639eae 100644 --- a/ruoyi-admin/src/main/resources/application-prod.yml +++ b/ruoyi-admin/src/main/resources/application-prod.yml @@ -72,9 +72,7 @@ spring: password: # oracle: # driverClassName: oracle.jdbc.OracleDriver -# # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 -# # 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 +# url: jdbc:oracle:thin:@//172.30.0.36:1521/XE # username: ROOT # password: root druid: