1.把jar包导入到maven仓库

在同项目与pom.xml文件在同一级的位置按住ctrl+shift右击空白处,进入命令窗口

执行 mvn install:install-file -Dfile=D:\FineReport_8.0\WebReport\WEB-INF\lib\fr-core-8.0.jar -DgroupId=fr -DartifactId=fr-core -Dversion=8 -Dpackaging=jar 

 -Dfile=D:\FineReport_8.0\WebReport\WEB-INF\lib\fr-core-8.0.jar为本地帆软报表下的jar包加路径。

2.在pom文件中添加依赖

 

 3.其余步骤 和网络上相同

posted on 2019-12-26 18:37  北边那座城  阅读(300)  评论(0编辑  收藏  举报