首页 > 技术文章 > myeclipse springboot 配置帆软报表

liuna369-4369 2019-12-26 18:37 原文

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.其余步骤 和网络上相同

推荐阅读