此时使用package打包时这个包不会再jar包中
需要在 maven 插件中添加配置
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
此时使用package打包时这个包不会再jar包中
需要在 maven 插件中添加配置
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>