From e1209de89adcec2d11635ef7f44ef2ed0067cf9e Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 11 Oct 2018 13:36:34 +0800 Subject: [PATCH] =?UTF-8?q?:boom:=20=E4=BD=BF=E7=94=A8=E6=A0=B9=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=9A=84=20pom.xml=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=90=84=E4=B8=AA=20module=20=E7=9A=84=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E4=BB=A5=E5=8F=8A=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=AF=BC=E5=85=A5=E5=90=84=E4=B8=AA=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e6ecc21 --- /dev/null +++ b/pom.xml @@ -0,0 +1,109 @@ + + + + 4.0.0 + + com.xkcoding + spring-boot-demo + 0.0.1-SNAPSHOT + + spring-boot-demo-helloworld + spring-boot-demo-properties + spring-boot-demo-actuator + spring-boot-demo-admin-client + spring-boot-demo-admin-server + spring-boot-demo-logback + spring-boot-demo-log-aop + spring-boot-demo-exception-handler + spring-boot-demo-template-freemarker + spring-boot-demo-template-thymeleaf + spring-boot-demo-template-beetl + + pom + + spring-boot-demo + http://xkcoding.com + + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + 2.0.5.RELEASE + 4.1.17 + 1.20 + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + cn.hutool + hutool-all + ${hutool.version} + + + + eu.bitwalker + UserAgentUtils + ${user.agent.version} + + + + + + + + + maven-clean-plugin + 3.0.0 + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.7.0 + + + maven-surefire-plugin + 2.20.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + + \ No newline at end of file