From 6fd5988e09cf0a78f50f2e942627cb8fb55dc2f8 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Mon, 21 Feb 2022 20:59:11 +0800 Subject: [PATCH] =?UTF-8?q?[0.3.8]=20=E6=89=A7=E8=A1=8C=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20-=20=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=B0=83=E7=94=A8=EF=BC=8C=E6=9B=BF=E6=8D=A2=E5=88=B6=E8=A1=A8?= =?UTF-8?q?=E7=AC=A6=E4=B8=BA=E7=A9=BA=E6=A0=BC=E3=80=82=20-=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E6=AE=8B=E7=BC=BA=E7=9A=84=20Objects.requireNonNull()?= =?UTF-8?q?;=20-=20=E5=AF=B9=E4=BA=8ESQLQuery=E7=9A=84auto-close=E9=A2=9D?= =?UTF-8?q?=E5=A4=96=E5=88=A4=E6=96=ADResultSet=E3=80=81Statement=E4=B8=8E?= =?UTF-8?q?Connection=E6=98=AF=E5=90=A6=E5=B7=B2=E5=85=B3=E9=97=AD?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E9=87=8D=E5=A4=8D=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E3=80=82?= 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 +- pom.xml | 4 ++-- with-pool/easysql-beecp/pom.xml | 2 +- with-pool/easysql-hikaricp/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/easysql-api/pom.xml b/easysql-api/pom.xml index 363a01d..7273d8d 100644 --- a/easysql-api/pom.xml +++ b/easysql-api/pom.xml @@ -5,7 +5,7 @@ cc.carm.lib easysql-parent - 0.3.7 + 0.3.8 4.0.0 diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index 2d17f17..a3e727f 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.7 + 0.3.8 4.0.0 diff --git a/example/easysql-demo/pom.xml b/example/easysql-demo/pom.xml index fac2c77..558a2c2 100644 --- a/example/easysql-demo/pom.xml +++ b/example/easysql-demo/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.7 + 0.3.8 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 161c6bd..c672d15 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ cc.carm.lib easysql-parent pom - 0.3.7 + 0.3.8 easysql-api @@ -25,9 +25,9 @@ with-pool/easysql-beecp with-pool/easysql-hikaricp + example/easysql-demo example/easysql-tester - EasySQL diff --git a/with-pool/easysql-beecp/pom.xml b/with-pool/easysql-beecp/pom.xml index 0cbb923..c5c17c9 100644 --- a/with-pool/easysql-beecp/pom.xml +++ b/with-pool/easysql-beecp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.7 + 0.3.8 ../../pom.xml 4.0.0 diff --git a/with-pool/easysql-hikaricp/pom.xml b/with-pool/easysql-hikaricp/pom.xml index b7251af..bf001de 100644 --- a/with-pool/easysql-hikaricp/pom.xml +++ b/with-pool/easysql-hikaricp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.7 + 0.3.8 ../../pom.xml 4.0.0