我添加了一些带有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版本
暂无答案!
目前还没有任何答案,快来回答吧!