From f45f8edd8516741ccc445d8cc4ad0262fa8ca882 Mon Sep 17 00:00:00 2001 From: Xbcmz <1570435771@qq.com> Date: Sat, 28 Mar 2020 17:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=B6=88=E8=B4=B9=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 30 ++++++++++++++++++------------ shop-admin/pom.xml | 15 +++++++++++++++ 2 files changed, 33 insertions(+), 12 deletions(-) create mode 100644 shop-admin/pom.xml diff --git a/pom.xml b/pom.xml index 10bcc473c..c690577e5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,15 +3,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.fly.cloud + com.fly4j.cloud shop-cloud 1.0.0-SNAPSHOT - fly-common - fly-gateway - fly-auth - fly-consumer - fly-provider + fly4j-common + fly4j-gateway + fly4j-auth + shop-api + shop-admin pom shop-cloud @@ -22,7 +22,7 @@ fly4j - 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 UTF-8 1.8 @@ -33,8 +33,8 @@ 1.1.14 1.2.67 8.0.18 - 1.0.0 - 1.0.0 + 1.0.0 + 1.0.0 2.12.3 2.1.6 @@ -117,9 +117,15 @@ - com.fly.cloud - fly-common-core - ${fly.version} + cn.hutool + hutool-all + ${hutool.version} + + + + com.fly4j.cloud + fly4j-common + ${fly4j.version} com.github.tobato diff --git a/shop-admin/pom.xml b/shop-admin/pom.xml new file mode 100644 index 000000000..41f7c23fb --- /dev/null +++ b/shop-admin/pom.xml @@ -0,0 +1,15 @@ + + + + shop-cloud + com.fly4j.cloud + 1.0.0-SNAPSHOT + + 4.0.0 + + shop-admin + + + \ No newline at end of file