Skip to content

Commit 38923b5

Browse files
committed
Update README.md
1 parent 0583d8c commit 38923b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ java -Dauthor=wendell -Dproject.name=xxx-demo -Dproject.path=D:\\workspace -Dpro
4949
```
5050

5151
- 生成模块类
52-
TODO
52+
```
53+
1. 导入新生成的项目到你的IDE后,从新项目的测试包中找到 GeneratorTest.java
54+
2. 打开 GeneratorTest.java,修改其中的配置参数,确认要生成的模块
55+
3. 直接运行GeneratorTest.main方法,生成你的业务模块
56+
```
5357

5458

5559
## Demo示例RESTFul API服务

0 commit comments

Comments
 (0)