update 优化 增加seata-server打包配置

This commit is contained in:
疯狂的狮子Li
2025-03-20 18:35:59 +08:00
parent 6dc7519bdb
commit 4badc08432

View File

@@ -319,6 +319,10 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<!-- 作用:项目打成jar的同时将本地jar包也引入进去 -->
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>