|
@@ -119,51 +119,14 @@
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
-<!-- <build>-->
|
|
|
-<!-- <plugins>-->
|
|
|
-<!-- <plugin>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
-<!-- <version>${spring-boot.version}</version>-->
|
|
|
-<!-- <configuration>-->
|
|
|
-<!-- <includeSystemScope>true</includeSystemScope>-->
|
|
|
-<!-- </configuration>-->
|
|
|
-<!-- <executions>-->
|
|
|
-<!-- <execution>-->
|
|
|
-<!-- <goals>-->
|
|
|
-<!-- <goal>repackage</goal>-->
|
|
|
-<!-- </goals>-->
|
|
|
-<!-- </execution>-->
|
|
|
-<!-- </executions>-->
|
|
|
-<!-- </plugin>-->
|
|
|
-<!-- </plugins>-->
|
|
|
-<!-- </build>-->
|
|
|
<build>
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <skip>true</skip>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
<configuration>
|
|
|
- <!-- 如果没有该项配置,则devtools不会起作用,即应用不会restart -->
|
|
|
- <mainClass>vip.xiaonuo.Application</mainClass>
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
- <!--<fork>true</fork>-->
|
|
|
- <!--增量打包配置【start】-->
|
|
|
- <layout>ZIP</layout>
|
|
|
- <includes>
|
|
|
- <include>
|
|
|
- <groupId>non-exists</groupId>
|
|
|
- <artifactId>non-exists</artifactId>
|
|
|
- </include>
|
|
|
- </includes>
|
|
|
- <!--增量打包配置【end】-->
|
|
|
</configuration>
|
|
|
<executions>
|
|
|
<execution>
|
|
@@ -175,4 +138,41 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+<!-- <build>-->
|
|
|
+<!-- <plugins>-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+<!-- <artifactId>maven-surefire-plugin</artifactId>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <skip>true</skip>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <!– 如果没有该项配置,则devtools不会起作用,即应用不会restart –>-->
|
|
|
+<!-- <mainClass>vip.xiaonuo.Application</mainClass>-->
|
|
|
+<!-- <includeSystemScope>true</includeSystemScope>-->
|
|
|
+<!-- <!–<fork>true</fork>–>-->
|
|
|
+<!-- <!–增量打包配置【start】–>-->
|
|
|
+<!-- <layout>ZIP</layout>-->
|
|
|
+<!-- <includes>-->
|
|
|
+<!-- <include>-->
|
|
|
+<!-- <groupId>non-exists</groupId>-->
|
|
|
+<!-- <artifactId>non-exists</artifactId>-->
|
|
|
+<!-- </include>-->
|
|
|
+<!-- </includes>-->
|
|
|
+<!-- <!–增量打包配置【end】–>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>repackage</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+<!-- </plugins>-->
|
|
|
+<!-- </build>-->
|
|
|
</project>
|