From 4548740dc45a62b27131fb2d07734ab0621b4a87 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 12 Aug 2022 13:05:29 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E6=8A=BD=E5=8F=96=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E5=B7=A5=E5=85=B7=E7=B1=BB=E6=A8=A1=E5=9D=97=EF=BC=8C?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E5=90=8E=E7=BB=AD=E6=A8=A1=E5=9D=97=E7=9A=84?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-tools/pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ pom.xml | 12 +++++++++++- 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 common-tools/pom.xml diff --git a/common-tools/pom.xml b/common-tools/pom.xml new file mode 100644 index 0000000..58cf7fc --- /dev/null +++ b/common-tools/pom.xml @@ -0,0 +1,41 @@ + + + + spring-boot-demo + com.xkcoding + 1.0.0-SNAPSHOT + + 4.0.0 + + common-tools + jar + + common-tools + 通用工具包及依赖 + + + 11 + 11 + 11 + UTF-8 + + 5.8.5 + 31.1-jre + + + + + cn.hutool + hutool-all + ${hutool.version} + + + com.google.guava + guava + ${guava.version} + + + + diff --git a/pom.xml b/pom.xml index c196faf..af941c4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,8 @@ spring-boot-demo 1.0.0-SNAPSHOT - + common-tools + @@ -78,6 +79,10 @@ 11 + 11 + 11 + UTF-8 + 3.0.0-M4 @@ -90,6 +95,11 @@ pom import + + com.xkcoding + common-tools + 1.0.0-SNAPSHOT +