帆软帮助文档代码合集。
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.

15 lines
463 B

6 years ago
# 工程配置指南
直接使用IntelliJ IDEA打开这个目录即可。
如果需要复制jar包到webroot/WEB-INF/lib下,可以执行命令:```mvn install```
## 启动设计器
6 years ago
如果希望正常的进行插件开发,使用```com.fr.learn.Leaner```启动设计器。
6 years ago
如果希望进行设计器调试,则使用```com.fr.learn.Leaner4Debug```启动设计器。
6 years ago
## 修改依赖的jar版本
只需要更改pom.xml中的common-version属性即可。