prod相关配置调整

This commit is contained in:
hejiayang
2025-10-11 16:35:46 +08:00
parent 23166b08db
commit 77f8a2eddd
10 changed files with 67 additions and 17 deletions
@@ -31,6 +31,17 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<!--本地依赖的system作用域包打包到项目jar -->
<includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>