今天,运行jar包时,报错了,报的内容是不存在某一个依赖包中的类,经过一番排查,发现这个类是下面这种形式依赖的
com.oracle ojdbc6 11.2.0.4 system D:/work/ojdbc6-11.2.0.4.jar
针对依赖包是在本地的这种情况,需要在pom中添加includeSystemScope=true,参考如下:
org.springframework.boot spring-boot-maven-plugin 2.1.7.RELEASE true

今天,运行jar包时,报错了,报的内容是不存在某一个依赖包中的类,经过一番排查,发现这个类是下面这种形式依赖的
com.oracle ojdbc6 11.2.0.4 system D:/work/ojdbc6-11.2.0.4.jar
针对依赖包是在本地的这种情况,需要在pom中添加includeSystemScope=true,参考如下:
org.springframework.boot spring-boot-maven-plugin 2.1.7.RELEASE true