entries不会包含在生成的war文件中

h6my8fg2  于 2021-07-09  发布在  Java
关注(0)|答案(0)|浏览(165)

我添加了一些带有systempath标签的maven依赖项,

<dependency>
        <groupId>OFRestCallBroker</groupId>
        <artifactId>OFRestCallBroker</artifactId>
        <scope>system</scope>
        <version>1.0</version>
        <systemPath>${basedir}\src\lib\OFRestCallBroker.jar</systemPath>
    </dependency>

但是当我生成war文件时,这些依赖项不包括在web inf文件夹中。。
因此,当我在tomcat服务器上部署这些文件时,我得到java.lang.noclassdeffounderror。
我的spring boot 2.2.11.0版本

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题