Pre Merge pull request !547 from Mwangfan/springboot3

pull/547/MERGE
Mwangfan 2025-07-31 05:44:29 +00:00 committed by Gitee
commit 62e21d3e94
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -67,9 +67,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.15</version>
<version>3.3.0</version>
<configuration>
<fork>true</fork> <!-- 如果没有该配置devtools不会生效 -->
<addResources>true</addResources> <!-- 如果没有该配置devtools不会生效 -->
</configuration>
<executions>
<execution>