From a4448320c35482e6ee7b29958696d30f5dc39987 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88sir?= <289222346@qq.com>
Date: Mon, 26 Sep 2022 07:32:24 +0000
Subject: [PATCH] =?UTF-8?q?!2=20=E5=8F=91=E5=B8=831.1.2=20*=20feat(myjdbc.?=
=?UTF-8?q?web.core):=E5=8D=87=E7=BA=A7=E5=88=B01.0.3=20*=20feat(v1.1.1):m?=
=?UTF-8?q?p=E6=B3=A8=E8=A7=A3=E5=8D=95=E7=8B=AC=E5=BC=95=E7=94=A8?=
=?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=A3=B0=E6=98=8E=20*=20refactor(lo?=
=?UTF-8?q?wcode):myjdbc=E4=BD=8E=E4=BB=A3=E7=A0=81=E5=B9=B3=E5=8F=B0?=
=?UTF-8?q?=E6=A0=B8=E5=BF=83=E6=8F=92=E4=BB=B6=20*=20refactor(myjdbc?=
=?UTF-8?q?=E4=B8=8Elowcode):=E5=8D=87=E7=BA=A7=E8=87=B33.0.25=EF=BC=8C?=
=?UTF-8?q?=E5=BC=95=E5=85=A5=E6=96=B0=E7=9A=84=E6=8F=92=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8ef5a2a..4cff3cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
com.myjdbc
myjdbc-dependencies
- 1.1.1
+ 1.1.2
pom
myjdbc-dependencies
@@ -24,9 +24,9 @@
UTF-8
- 3.0.24
+ 3.0.25
3.2.7
- 1.0.2
+ 1.0.3
1.0.0
1.0.0
1.0.0
@@ -34,6 +34,7 @@
1.0.2
1.0.0
1.0.5
+ 0.0.1-SNAPSHOT
@@ -63,7 +64,6 @@
myjdbc-core
${myjdbc.core}
-
com.myjdbc.web
@@ -106,13 +106,19 @@
myjdbc-web-i18n
${myjdbc-web-i18n}
-
+
com.myjdbc.module
myjdbc-module-excel
${myjdbc.module.excel}
+
+
+ com.myjdbc.lowcode
+ core
+ ${myjdbc.lowcode.core}
+
@@ -123,12 +129,17 @@
-
+
com.baomidou
mybatis-plus-boot-starter
${mybatisplus.version}
+
+ com.baomidou
+ mybatis-plus-annotation
+ ${mybatisplus.version}
+
com.baomidou
mybatis-plus-generator
--
Gitee