From 2bc11b485775eeb480512f07392dac7180d4bda6 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 25 Apr 2019 10:40:25 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-war=20=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-war/pom.xml | 106 +++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 49 deletions(-) diff --git a/spring-boot-demo-war/pom.xml b/spring-boot-demo-war/pom.xml index 995e508..be8ca17 100644 --- a/spring-boot-demo-war/pom.xml +++ b/spring-boot-demo-war/pom.xml @@ -1,56 +1,64 @@ - 4.0.0 + 4.0.0 - spring-boot-demo-war + spring-boot-demo-war + 1.0.0-SNAPSHOT + + war + + spring-boot-demo-war + Demo project for Spring Boot + + + com.xkcoding + spring-boot-demo 1.0.0-SNAPSHOT - - war - - spring-boot-demo-war - Demo project for Spring Boot - - - com.xkcoding - spring-boot-demo - 1.0.0-SNAPSHOT - - - - UTF-8 - UTF-8 - 1.8 - - - - - org.springframework.boot - spring-boot-starter-web - - - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - spring-boot-demo-war - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + spring-boot-demo-war + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + false + + + +