1.把jar包导入到maven仓库
在同项目与pom.xml文件在同一级的位置按住ctrl+shift右击空白处,进入命令窗口
执行 mvn install:install-file -Dfile=D:FineReport_8.0WebReportWEB-INFlibfr-core-8.0.jar -DgroupId=fr -DartifactId=fr-core -Dversion=8 -Dpackaging=jar
-Dfile=D:FineReport_8.0WebReportWEB-INFlibfr-core-8.0.jar为本地帆软报表下的jar包加路径。
2.在pom文件中添加依赖
3.其余步骤 和网络上相同