forked from fanruan/bi-starter-latest
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
428 B
428 B
FineBI 插件开发工程
服务器启动
运行 com.finebi.start.Learner
即可启动 BI 服务器。
插件调试安装
编译工程后将插件的 plugin.xml 以及 lib/FineKit-10.0.jar 拷贝至 webroot/WEB-INF/plugins/plugin-xxxxx 下,即可完成插件安装。
新增插件项目
参考报表插件开发教程之新增插件项目