mirror of https://gitee.com/y_project/RuoYi.git
子模块与主模块的spring-boot-maven-plugin应保持一致,且fork已废弃,应该更换为addResources。
parent
9c9567a5e7
commit
35dfcc79b6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue