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.
21 lines
547 B
21 lines
547 B
5 years ago
|
# bi-plugin-starter
|
||
|
|
||
|
FineBI插件模板
|
||
|
|
||
|
+ 目录结构(需要添加工程依赖,依赖指向BI中WEB-INF中的lib)
|
||
|
- lib中放引用的第三方jar包
|
||
|
- src 代码&资源
|
||
|
- build.xml Ant编译脚本
|
||
|
- plugin.xml 插件
|
||
|
|
||
|
+ build.xml参数
|
||
|
- line4: JDK路径
|
||
|
- line8: 依赖的lib,从crm下bi的jar就行了
|
||
|
- line17: value="插件名"
|
||
|
|
||
|
+ plugin.xml参数
|
||
|
- id:插件id
|
||
|
- name: 插件名
|
||
|
- ventor: 插件作者
|
||
|
- description:插件描述
|
||
|
- AbstractWebResourceProvider&function-recorder的class:插件类
|