forked from demo/example
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.
13 lines
319 B
13 lines
319 B
6 years ago
|
# 工程配置指南
|
||
|
|
||
|
直接使用IntelliJ IDEA打开这个目录即可。
|
||
|
|
||
|
如果需要复制jar包到webroot/WEB-INF/lib下,可以执行命令:```mvn install```
|
||
|
|
||
|
## 启动设计器
|
||
|
|
||
|
使用com.fr.learn.Leaner启动设计器。
|
||
|
|
||
|
## 修改依赖的jar版本
|
||
|
|
||
|
只需要更改pom.xml中的common-version属性即可。
|