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

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

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

Loading…
Cancel
Save