From f70644fdd235476060b1ef306cb67d30dae6d64f Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Mon, 12 Apr 2021 14:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91pom?= =?UTF-8?q?=E6=9B=B4=E6=96=B0pgsql=EF=BC=8C=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=85=B6=E4=BB=96jdbc=E9=A9=B1=E5=8A=A8=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BD=BF=E7=94=A8mysql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sql/README.md | 3 ++- pom.xml | 31 ++++++++++++++++--------------- xiaonuo-base/xiaonuo-core/pom.xml | 26 ++++++++++++++------------ 3 files changed, 32 insertions(+), 28 deletions(-) diff --git a/_sql/README.md b/_sql/README.md index 9453a57c..bbf86465 100644 --- a/_sql/README.md +++ b/_sql/README.md @@ -1,4 +1,5 @@ ## sql相关说明 1. 【xiaonuo-vue-pub.sql】 为mysql版本的sql,如果您的数据库为mysql,可直接运行此sql 2. 【xiaonuo-vue-pub-oracle.sql】 为oracle版本的sql,如果您的数据库为oracle,可直接运行此sql -3. 【xiaonuo-vue-pub-mssql.sql】 为mssql版本的sql,如果您的数据库为mssql,可直接运行此sql \ No newline at end of file +3. 【xiaonuo-vue-pub-mssql.sql】 为mssql版本的sql,如果您的数据库为mssql,可直接运行此sql +3. 【xiaonuo-vue-pub-postgresql.sql】 为postgresql版本的sql,如果您的数据库为postgresql,可直接运行此sql \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8250ee9b..efd1f8f9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,10 +27,10 @@ UTF-8 UTF-8 - 42.2.19 8.0.17 11.2.0.3 9.3.0.jre8-preview + 42.2.19 1.1.21 3.4.2 1.2.75 @@ -61,32 +61,33 @@ ${mp.version} - - - - - - - + mysql + mysql-connector-java + ${mysql-connector-java.version} + + + + + --> - + + - + + diff --git a/xiaonuo-base/xiaonuo-core/pom.xml b/xiaonuo-base/xiaonuo-core/pom.xml index 6709b2fb..90da3b45 100644 --- a/xiaonuo-base/xiaonuo-core/pom.xml +++ b/xiaonuo-base/xiaonuo-core/pom.xml @@ -41,27 +41,29 @@ spring-boot-starter-security - - - - - - + mysql + mysql-connector-java + + + + + --> - + + - + +