|
@@ -4,11 +4,11 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<groupId>com.neo</groupId>
|
|
|
- <artifactId>spring-boot-helloworld-war</artifactId>
|
|
|
+ <artifactId>spring-boot-package-war</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
- <name>spring-boot-helloworld-war</name>
|
|
|
+ <name>spring-boot-package-war</name>
|
|
|
<description>Demo project for Spring Boot package war</description>
|
|
|
|
|
|
<parent>
|
|
@@ -36,26 +36,19 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.tomcat</groupId>
|
|
|
- <artifactId>tomcat-servlet-api</artifactId>
|
|
|
- <version>7.0.42</version>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|