spring-boot-maven-plugin使用

场景:tar.gz打包

问题:打包后多余打第三方的依赖包,为可执行 jar,java -jar启动时会出现注解无法识别异常

参考资料

https://blog.csdn.net/zsywangyi/article/details/78319130

https://my.oschina.net/u/1760008/blog/1930072

https://www.jianshu.com/p/fac4ee344942

注:资料需要综合场景,配合使用

解决方案:

去掉依赖jar

        nothing 

        nothing

去掉打成可执行jar. false为打成普通jar

false

去掉BOOT-INF文件夹

true

你可能感兴趣的:(spring-boot-maven-plugin使用)