帆软帮助文档代码合集。
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.
richie 79772de12b Merge pull request #6 in PG/plugin-report-doc-demo from ~ZACK/plugin-report-doc-demo:release/10.0 to release/10.0 5 years ago
crm-file-manager@75a10bc87a 文件列表 5 years ago
demo-file-submit-oss@0decc137e1 初始化 6 years ago
demo-formula-script@da6920613b 先判断文件是否存在 5 years ago
demo-request-filter@52a4304c7d filter接口修改 5 years ago
demo-simple-config@4e1fe13027 先判断文件是否存在 5 years ago
demo-system-management@29a6ca235d 10.0开发配置 6 years ago
demo-tabledata-redis@412a4756db redis支持脚本转换值 5 years ago
demo-theme-original@b6565303b3 plugin.xml错误 6 years ago
demo-web-request@9a47f327fc 修改版本要求 6 years ago
lib/report 误传jar包了 5 years ago
plugin-function 功能配置 6 years ago
src/main/java 无JIRA任务 将文档示例代码上传doc插件 5 years ago
.gitignore 优化 6 years ago
README.md 无JIRA任务 将文档示例代码上传doc插件 5 years ago
build.gradle 更新插件 6 years ago
build.xml 更新插件 6 years ago
plugin-report-doc_demo.iml REPORT-10287 source language level 1.6 6 years ago
plugin.xml REPORT-10287 source language level 1.6 6 years ago
pom.xml 先判断文件是否存在 5 years ago
readme.md 重新组织结构 6 years ago

readme.md

工程配置指南

安装maven

用于构建开发工程,文档参考:http://wiki.jikexueyuan.com/project/maven/environment-setup.html

安装ant

用于构建插件安装包,文档参考:http://wiki.jikexueyuan.com/project/ant/environment-setup.html

配置开发工程

直接使用IntelliJ IDEA打开这个目录即可。

如果需要复制jar包到webroot/WEB-INF/lib下,可以执行命令:mvn install

启动设计器

如果希望正常的进行插件开发,使用com.fr.learn.Leaner启动设计器。

如果希望进行设计器调试,则使用com.fr.learn.Leaner4Debug启动设计器。

修改依赖的jar版本

只需要更改pom.xml中的common-version属性即可。

common-version 含义
10.0-RELEASE-SNAPSHOT 10.0的测试版本快照
10.0-SNAPSHOT 10.0的正式版本快照
10.0 10.0的正式版本