|
|
|
@ -101,7 +101,7 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<version>2.7.8</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 -->
|
|
|
|
<version>${spring.boot.version}</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 -->
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<fork>true</fork>
|
|
|
|
<fork>true</fork>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
|