|
@@ -101,14 +101,14 @@
|
|
<finalName>${project.parent.artifactId}-${project.parent.version}</finalName>
|
|
<finalName>${project.parent.artifactId}-${project.parent.version}</finalName>
|
|
|
|
|
|
<plugins>
|
|
<plugins>
|
|
- <!-- 热部署 -->
|
|
|
|
|
|
+ <!-- 热部署
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
<fork>true</fork>
|
|
<fork>true</fork>
|
|
</configuration>
|
|
</configuration>
|
|
- </plugin>
|
|
|
|
|
|
+ </plugin> -->
|
|
|
|
|
|
<!-- compiler插件参数设置,指定编码 -->
|
|
<!-- compiler插件参数设置,指定编码 -->
|
|
<plugin>
|
|
<plugin>
|