diff --git a/pom.xml b/pom.xml index ab65399e706253aa7efeee34d6d68dd04944c43b..ffdd998a58dc1239a138dad7f0527fd2020d9bb8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,20 +3,19 @@ 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.fly4j - yshop + com.youlai + youlai-mall 1.0.0-SNAPSHOT - yshop-common + youlai-common + youlai-mall-auth yshop-gateway yshop-eureka yshop-config - yshop-auth yshop-service yshop-service-api pom - yshop org.springframework.boot spring-boot-starter-parent diff --git a/youlai-common/pom.xml b/youlai-common/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..7d9195826727236cf4bbdff21a03ee5ae3059b66 --- /dev/null +++ b/youlai-common/pom.xml @@ -0,0 +1,122 @@ + + + + 4.0.0 + + youlai-common + com.youlai + 1.0.0-SNAPSHOT + + pom + + youlai-common-core + youlai-common-swagger + youlai-common-redis + youlai-common-web + youlai-common-db + + + + 1.18.12 + 5.3.2 + 2.9.2 + 1.5.21 + 1.5.21 + 8.0.19 + 1.1.22 + 3.3.1 + 3.12.5 + 2.2.6.RELEASE + 2.8.0 + + + + + org.projectlombok + lombok + ${lombok.version} + + + + + + + + cn.hutool + hutool-all + ${hutool.version} + + + + + mysql + mysql-connector-java + ${mysql.version} + + + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + + + com.baomidou + mybatis-plus-boot-starter + ${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} + + + + + org.redisson + redisson + ${redisson.version} + + + + org.springframework.boot + spring-boot-starter-web + ${spring-boot.version} + + + + org.springframework.boot + spring-boot-starter-data-redis + ${spring-boot.version} + + + + org.apache.commons + commons-pool2 + ${commons-pool2.version} + + + + \ No newline at end of file