myeclipse springboot 配置帆软报表
时间:2019-12-26 19:29:16
收藏:0
阅读:88
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.其余步骤 和网络上相同
原文:https://www.cnblogs.com/liuna369-4369/p/12103777.html
评论(0)