刚仔细看了下,缺少fine-cbb-11.0.jar(实际上是有引入的,但是我项目pom.xml里没有引用到),在pom.xml里新增
<dependency>
<groupId>fine-cbb</groupId>
<artifactId></artifactId>
<version>11.0</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-cbb-11.0.jar</systemPath>
</dependency>
后解决问题.
提示:
SpringBoot 集成 FineReport : https://bbs.fanruan.com/thread-133700-1-1.html ,pom引入有问题,我就是copy后编译出错,缺少上面的fine-cbb