失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > spring-boot项目打包时候出现boot-inf文件夹的问题

spring-boot项目打包时候出现boot-inf文件夹的问题

时间:2024-01-16 21:05:51

相关推荐

spring-boot项目打包时候出现boot-inf文件夹的问题

1.spring-boot maven打包,一般pom.xml文件里会加<plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId></plugin>这样打的jar里会多一个目录BOOT-INF。2.引起问题,程序包不存在。3.解决办法,如果A子模块包依赖了B子模块包,在B子模块的pom文件,加入<plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><configuration><skip>true</skip></configuration></plugin>

如果觉得《spring-boot项目打包时候出现boot-inf文件夹的问题》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。