no message

This commit is contained in:
2025-10-23 22:32:01 +08:00
parent fc29003411
commit 44508651b6

View File

@ -301,6 +301,10 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<!-- 确保包含系统作用域的依赖 -->
<includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
<goals>
@ -320,6 +324,7 @@
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>