From dd69b683203dd75111ce38041bff79394424ab2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=96=87?= <289222346@qq.com>
Date: Thu, 1 Sep 2022 22:39:22 +0800
Subject: [PATCH 1/4] =?UTF-8?q?refactor(myjdbc=E4=B8=8Elowcode):=E5=8D=87?=
=?UTF-8?q?=E7=BA=A7=E8=87=B33.0.25=EF=BC=8C=E5=BC=95=E5=85=A5=E6=96=B0?=
=?UTF-8?q?=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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8ef5a2a..1c9e8f4 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,7 +24,7 @@
UTF-8
- 3.0.24
+ 3.0.25
3.2.7
1.0.2
1.0.0
@@ -34,6 +34,7 @@
1.0.2
1.0.0
1.0.5
+ 0.0.1-SNAPSHOT
--
Gitee
From b09bbc31bde54b63ec9b113f72bc99154f99db07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=96=87?= <289222346@qq.com>
Date: Thu, 1 Sep 2022 22:47:06 +0800
Subject: [PATCH 2/4] =?UTF-8?q?refactor(lowcode):myjdbc=E4=BD=8E=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81=E5=B9=B3=E5=8F=B0=E6=A0=B8=E5=BF=83=E6=8F=92=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1c9e8f4..73f0ef4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@
myjdbc-core
${myjdbc.core}
-
com.myjdbc.web
@@ -107,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}
+
--
Gitee
From 3b93a7527b754fae2477222e7cba5d38c65c4c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=96=87?= <289222346@qq.com>
Date: Mon, 5 Sep 2022 10:22:35 +0800
Subject: [PATCH 3/4] =?UTF-8?q?feat(v1.1.1):mp=E6=B3=A8=E8=A7=A3=E5=8D=95?=
=?UTF-8?q?=E7=8B=AC=E5=BC=95=E7=94=A8=E7=9A=84=E7=89=88=E6=9C=AC=E5=A3=B0?=
=?UTF-8?q?=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 73f0ef4..c89095c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,12 +129,17 @@
-
+
com.baomidou
mybatis-plus-boot-starter
${mybatisplus.version}
+
+ com.baomidou
+ mybatis-plus-annotation
+ ${mybatisplus.version}
+
com.baomidou
mybatis-plus-generator
--
Gitee
From 6e4934ac928955308536249c7aca283ebb92d792 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=96=87?= <289222346@qq.com>
Date: Fri, 16 Sep 2022 18:33:53 +0800
Subject: [PATCH 4/4] =?UTF-8?q?feat(myjdbc.web.core):=E5=8D=87=E7=BA=A7?=
=?UTF-8?q?=E5=88=B01.0.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c89095c..4cff3cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
3.0.25
3.2.7
- 1.0.2
+ 1.0.3
1.0.0
1.0.0
1.0.0
--
Gitee