码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot项目替换内部的依赖jar包

时间:2020-03-16 23:48:55      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:jar   inf   The   try   src   注意   with   cut   span   

注意: 不能用winrar或7zip等普通解压软件鼠标拖入直接替换, 否则启动报错: 
Caused by: java.lang.IllegalStateException: Unable to open nested entry ‘BOOT-INF/lib/**.jar‘. 
It has been compressed and nested jar files must be stored without compression. (嵌套的jar必须直接存储, 而不能压缩)
Please check the mechanism used to create your executable jar file
解决方法1: jar命令解压, 替换后进行压缩(参考: https://www.cnblogs.com/zhjh256/p/10986920.html) jar -xvf ./*.jar jar -cfM0 *.jar ./ 解决方法2: winrar或7zip添加文件的时候, 将选择压缩方式由"标准"改为存储(Store) (参考: https://www.jianshu.com/p/9df4a0bb46be)
技术图片

 

 

 

SpringBoot项目替换内部的依赖jar包

标签:jar   inf   The   try   src   注意   with   cut   span   

原文地址:https://www.cnblogs.com/hepengju/p/12507765.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!