From a51172f7ee2551e0605a5c2b549ce5eeca5888ea Mon Sep 17 00:00:00 2001 From: "haoxianrui@" <1490493387@qq.com> Date: Sat, 27 Jun 2020 01:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 121 ++++-------------------------------------- youlai-auth/pom.xml | 25 +++++---- youlai-common/pom.xml | 2 +- 3 files changed, 25 insertions(+), 123 deletions(-) diff --git a/pom.xml b/pom.xml index ffdd998a..eb5a0289 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,8 @@ youlai-mall 1.0.0-SNAPSHOT - youlai-common - youlai-mall-auth - yshop-gateway - yshop-eureka - yshop-config - yshop-service - yshop-service-api + youlai-mall-service + youlai-mall-service-api pom @@ -22,7 +17,7 @@ 2.2.6.RELEASE - fly4j + youlai UTF-8 UTF-8 1.8 @@ -50,6 +45,13 @@ lombok ${lombok.version} + + + + cn.hutool + hutool-all + ${hutool.version} + @@ -69,109 +71,6 @@ feign-httpclient ${feign-httpclient.version} - - - - de.codecentric - spring-boot-admin-starter-server - ${spring-boot-admin.version} - - - de.codecentric - spring-boot-admin-starter-client - ${spring-boot-admin.version} - - - - - cn.hutool - hutool-all - ${hutool.version} - - - - - com.alibaba - fastjson - ${fastjson.version} - - - - - mysql - mysql-connector-java - ${mysql.version} - - - - - com.alibaba - druid-spring-boot-starter - ${druid.version} - - - - - com.baomidou - mybatis-plus-boot-starter - ${mybatis-plus.version} - - - - com.baomidou - mybatis-plus-generator - ${mybatis-plus.version} - - - - com.baomidou - mybatis-plus-extension - ${mybatis-plus.version} - - - - - io.springfox - springfox-swagger-ui - ${swagger.version} - - - io.springfox - springfox-swagger2 - ${swagger.version} - - - io.swagger - swagger-annotations - ${swagger-annotations.version} - - - io.swagger - swagger-models - ${swagger-models.version} - - - - - com.github.tobato - fastdfs-client - ${fastdfs-client.version} - - - - - net.sf.dozer - dozer - ${dozer.version} - - - - - org.redisson - redisson - ${redisson.version} - - \ No newline at end of file diff --git a/youlai-auth/pom.xml b/youlai-auth/pom.xml index b975e32d..0a32c611 100644 --- a/youlai-auth/pom.xml +++ b/youlai-auth/pom.xml @@ -3,24 +3,28 @@ 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"> - youlai-mall - com.youlai - 1.0.0-SNAPSHOT + org.springframework.boot + spring-boot-starter-parent + 2.2.6.RELEASE 4.0.0 - youlai-mall-auth + youlai-auth + + + 1.0.0-SNAPSHOT + - com.fly4j - yshop-common-db - ${yshop.version} + com.youlai + youlai-common-db + ${youlai-common.version} - com.fly4j - yshop-common-core - ${yshop.version} + com.youlai + youlai-common-core + ${youlai-common.version} @@ -46,7 +50,6 @@ org.springframework.boot spring-boot-starter-web - diff --git a/youlai-common/pom.xml b/youlai-common/pom.xml index 7d919582..5e9cf96b 100644 --- a/youlai-common/pom.xml +++ b/youlai-common/pom.xml @@ -115,7 +115,7 @@ org.apache.commons commons-pool2 - ${commons-pool2.version} + ${common-pools.version} -- GitLab