Commit 74ca3392 by fengshuonan

更新pom依赖排除

parent 9d9a27ea
...@@ -34,3 +34,6 @@ hs_err_pid* ...@@ -34,3 +34,6 @@ hs_err_pid*
.DS_Store .DS_Store
docker/
dockerCerts/
...@@ -180,6 +180,13 @@ ...@@ -180,6 +180,13 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration> <configuration>
<fork>true</fork><!-- 如果没有该项配置,肯呢个devtools不会起作用,即应用不会restart --> <fork>true</fork><!-- 如果没有该项配置,肯呢个devtools不会起作用,即应用不会restart -->
</configuration> </configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment