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.
FineBI 插件开发工程
服务器启动
运行 com.finebi.start.Learner
即可启动 BI 服务器。
插件调试安装
将插件的plugin.xml以及lib/FineKit-10.0.jar拷贝至webroot/WEB-INF/plugins/plugin-${id}-1.0下,即可完成插件安装。
**注意:**要将${id}替换成实际的插件id。
插件示例展示
箱线图示例
新增插件项目
参考报表插件开发教程之新增插件项目