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

dev
疯狂的狮子Li 9 months ago
parent 6dc7519bdb
commit 4badc08432

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

Loading…
Cancel
Save