From 3dd7702a26cd627252eb4a01ee72259ea3ed698c Mon Sep 17 00:00:00 2001 From: carm Date: Sat, 29 Jan 2022 03:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=90=8D=E5=AD=97=E4=B8=AD?= =?UTF-8?q?=E7=94=A8=E4=BA=8E=E6=8E=92=E5=BA=8F=E7=9A=84=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easysql-api/pom.xml | 2 +- easysql-impl/pom.xml | 2 +- example/easysql-demo/pom.xml | 2 +- example/easysql-test/pom.xml | 2 +- with-pool/easysql-beecp/pom.xml | 2 +- with-pool/easysql-hikaricp/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/easysql-api/pom.xml b/easysql-api/pom.xml index edbf840..7626036 100644 --- a/easysql-api/pom.xml +++ b/easysql-api/pom.xml @@ -19,7 +19,7 @@ easysql-api jar - 00-EasySQL-API + EasySQL-API EasySQL的接口部分。用于打包到公共项目的API中,避免项目过大。 https://github.com/CarmJos/EasySQL diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index eb3ce61..66decb1 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -19,7 +19,7 @@ easysql-impl jar - 01-EasySQL-Impl + EasySQL-Impl EasySQL的实现部分。 https://github.com/CarmJos/EasySQL diff --git a/example/easysql-demo/pom.xml b/example/easysql-demo/pom.xml index a8dd5e8..e0fddbb 100644 --- a/example/easysql-demo/pom.xml +++ b/example/easysql-demo/pom.xml @@ -22,7 +22,7 @@ easysql-demo jar - 99-EasySQL-Demo + EasySQL-Demo EasySQL的演示部分 https://github.com/CarmJos/EasySQL diff --git a/example/easysql-test/pom.xml b/example/easysql-test/pom.xml index a76455b..d310b01 100644 --- a/example/easysql-test/pom.xml +++ b/example/easysql-test/pom.xml @@ -21,7 +21,7 @@ easysql-test - 98-EasySQL-Demo + EasySQL-Demo EasySQL的测试代码 https://github.com/CarmJos/EasySQL diff --git a/with-pool/easysql-beecp/pom.xml b/with-pool/easysql-beecp/pom.xml index f22b42a..226b78d 100644 --- a/with-pool/easysql-beecp/pom.xml +++ b/with-pool/easysql-beecp/pom.xml @@ -20,7 +20,7 @@ easysql-beecp jar - 12-EasySQL-BeeCP + EasySQL-BeeCP EasySQL的应用部分。此为BeeCP版本。 https://github.com/CarmJos/EasySQL diff --git a/with-pool/easysql-hikaricp/pom.xml b/with-pool/easysql-hikaricp/pom.xml index 37c71e6..94cc13a 100644 --- a/with-pool/easysql-hikaricp/pom.xml +++ b/with-pool/easysql-hikaricp/pom.xml @@ -19,7 +19,7 @@ easysql-hikaricp - 11-EasySQL-HikariCP + EasySQL-HikariCP EasySQL的应用部分。此为HikariCP版本。 https://github.com/CarmJos/EasySQL