From 37b0a120c9ebd4630e01315661f73f05c3c1030d Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 2 Feb 2024 14:03:11 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=EF=BC=8Coracle=20=E4=B8=8B=E9=BB=98=E8=AE=A4=E4=B8=8D?= =?UTF-8?q?=E5=90=AF=E7=94=A8=20maxPoolPreparedStatementPerConnectionSize?= =?UTF-8?q?=20=E5=8F=AF=E6=A0=B9=E6=8D=AE=E9=9C=80=E8=A6=81=E5=BC=80?= =?UTF-8?q?=E5=90=AF=EF=BC=9B2=E3=80=81=E5=B0=86=20com.oracle.ojdbc=20?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8=E6=9B=BF=E6=8D=A2=E4=B8=BA=20com.oracle.data?= =?UTF-8?q?base.jdbc=20=E9=A9=B1=E5=8A=A8=EF=BC=9B3=E3=80=81=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=B0=86=20jtds=20=E9=A9=B1=E5=8A=A8=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BA=20sqlserver=20=E9=A9=B1=E5=8A=A8=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/pom.xml | 23 ++++++++----------- .../main/resources/config/jeesite-core.yml | 2 +- parent/pom.xml | 2 +- .../src/main/resources/config/application.yml | 12 +++++----- web/src/main/resources/config/application.yml | 10 ++++---- 5 files changed, 23 insertions(+), 26 deletions(-) diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 5fe96ebf..100132f2 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -29,6 +29,7 @@ mysql-connector-j runtime + com.oracle @@ -36,37 +37,33 @@ 11.2.0.3 runtime - - + + + com.microsoft.sqlserver mssql-jdbc runtime - --> + + org.postgresql postgresql runtime +