springBoot导入本地jar并且要求通过maven打包到项目的jar中|Unable to open nested jar file ‘BOOT-INF/lib/xxxxxx.jar‘

今天做项目的时候,需要用到第三方写的jar包,我们知道,maven项目是在pom.xml文件中,引入jar包的maven地址,这样是可以直接import的,eg

 <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.17</version>
上一篇:Unsupported major.minor version 52.0 (unable to load class org.apache.kafka.clients.producer.Produce


下一篇:org.apache.jasper.JasperException: Unable to find taglib [PF] for URI: [/view/conf/farmtag.tld]