From 337f6cadfe24079251527ad98664d8fe931a488a Mon Sep 17 00:00:00 2001 From: AiJiangnan <904629998@qq.com> Date: Tue, 13 Oct 2020 23:56:34 +0800 Subject: [PATCH] =?UTF-8?q?[U]=20=E4=BB=8EPom=E4=BC=98=E5=8C=96=E5=BC=80?= =?UTF-8?q?=E5=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/pom.xml | 28 ++++----------- common/pom.xml | 19 +++++----- dashboard/pom.xml | 70 ++++++++++++++++++------------------- pom.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++--- sample/pom.xml | 19 +++++----- worker/pom.xml | 18 +++++----- 6 files changed, 151 insertions(+), 92 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 18ef75f..a1b7b1c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -2,23 +2,19 @@ + 4.0.0 - hotkey com.jd.platform.hotkey + hotkey 0.0.2-SNAPSHOT - - 4.0.0 - jar - 0.0.2-SNAPSHOT - hotkey-client com.jd.platform.hotkey common - ${parent.version} + ${project.version} compile @@ -26,23 +22,11 @@ + + maven-source-plugin + maven-assembly-plugin - 3.0.0 - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - diff --git a/common/pom.xml b/common/pom.xml index e11fe7a..619e963 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -2,23 +2,18 @@ + 4.0.0 - hotkey com.jd.platform.hotkey + hotkey 0.0.2-SNAPSHOT - - 4.0.0 - jar common - 1.8 - 4.1.42.Final 1.1.7.3 1.2.70 0.0.16 - 2.8.0 5.1.0 @@ -28,7 +23,6 @@ hutool-all ${hutool.version} - org.xerial.snappy snappy-java @@ -37,7 +31,6 @@ io.netty netty-all - ${netty4.version} com.alibaba @@ -52,8 +45,14 @@ com.github.ben-manes.caffeine guava - ${caffeine.version} + + + + maven-source-plugin + + + \ No newline at end of file diff --git a/dashboard/pom.xml b/dashboard/pom.xml index 41dd9cd..f5fcb3c 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -3,83 +3,84 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - + com.jd.platform.hotkey + hotkey + 0.0.2-SNAPSHOT - com.jd.platform.hotkey dashboard 0.0.2-SNAPSHOT + dashboard - Demo project for Spring Boot + Dashboard project for Spring Boot - 1.8 + + 0.9.1 + 4.0.1 + 4.0.1 + 4.0.1 + 1.2.7 + 2.1.2 + + true + true + + com.jd.platform.hotkey + common + ${project.version} + compile + + org.springframework.boot spring-boot-starter-web - - - com.github.pagehelper - pagehelper-spring-boot-starter - 1.2.7 + org.springframework.boot + spring-boot-starter-aop - org.springframework.boot spring-boot-starter-thymeleaf - org.mybatis.spring.boot - mybatis-spring-boot-starter - 2.1.2 + com.github.pagehelper + pagehelper-spring-boot-starter + ${pagehelper-spring-boot-starter.version} - org.springframework.boot - spring-boot-starter-aop + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis-spring-boot-starter.version} mysql mysql-connector-java runtime - - - com.jd.platform.hotkey - common - 0.0.2-SNAPSHOT - compile - - + io.jsonwebtoken jjwt - 0.9.1 + ${jjwt.version} org.apache.poi poi - 4.0.1 + ${poi.version} org.apache.poi poi-ooxml-schemas - 4.0.1 + ${poi-ooxml-schemas.version} org.apache.poi poi-ooxml - 4.0.1 + ${poi-ooxml.version} @@ -91,5 +92,4 @@ - diff --git a/pom.xml b/pom.xml index 2522063..1695136 100644 --- a/pom.xml +++ b/pom.xml @@ -2,25 +2,104 @@ 4.0.0 - pom + + org.springframework.boot + spring-boot-dependencies + 2.2.1.RELEASE + + com.jd.platform.hotkey hotkey 0.0.2-SNAPSHOT + pom + hotkey Jd HotKey + common worker client - common - sample dashboard + sample + + 1.8 - 1.8 - 1.8 + true + UTF-8 + UTF-8 + + + + + src/main/resources + + **/* + + true + + + + + + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + + + + + maven-source-plugin + + + attach-sources + package + + jar-no-fork + + + + + + + maven-assembly-plugin + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + \ No newline at end of file diff --git a/sample/pom.xml b/sample/pom.xml index ecd6208..47c2542 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -3,43 +3,42 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - + com.jd.platform.hotkey + hotkey + 0.0.2-SNAPSHOT com.jd.platform sample 0.0.2-SNAPSHOT + sample Demo project for Spring Boot - 1.8 + + true + true com.jd.platform.hotkey common - ${version} + ${project.version} com.jd.platform.hotkey hotkey-client - ${version} + ${project.version} - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-data-redis - org.springframework.boot spring-boot-starter-test diff --git a/worker/pom.xml b/worker/pom.xml index ea93bf1..c9d1f78 100644 --- a/worker/pom.xml +++ b/worker/pom.xml @@ -3,19 +3,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - + com.jd.platform.hotkey + hotkey + 0.0.2-SNAPSHOT - worker 0.0.2-SNAPSHOT + worker - jar - 1.8 + + + true + true @@ -25,12 +26,10 @@ ${project.version} compile - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-test @@ -44,7 +43,6 @@ - -- Gitee