|
@@ -51,17 +51,26 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <!-- 打war包需要把以下注释掉 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!--<dependency>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
+ <version>3.1.0</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>-->
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- <scope>provided</scope>
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.github.theborakompanioni</groupId>
|
|
|
<artifactId>thymeleaf-extras-shiro</artifactId>
|
|
@@ -91,7 +100,7 @@
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
- <finalName>mood-wall</finalName>
|
|
|
+ <finalName>jm-smart-city</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|