update readme.md
This commit is contained in:
parent
f1253468d6
commit
8c575de33f
|
@ -99,7 +99,11 @@ public class ApiDocTest {
|
|||
(https://images.gitee.com/uploads/images/2018/0905/172510_853735b9_144669.png "2.png")
|
||||
#### Response parameter example renderings
|
||||
(https://images.gitee.com/uploads/images/2018/0905/172538_1918820c_144669.png "3.png")
|
||||
|
||||
## Building
|
||||
you can build with the following commands. (Java 1.8 is required to build the master branch)
|
||||
```
|
||||
mvn clean install
|
||||
```
|
||||
## Other reference
|
||||
- [Smart-doc manual](https://github.com/shalousun/smart-doc/wiki)
|
||||
## License
|
||||
|
|
|
@ -122,7 +122,11 @@ public class ApiDocTest {
|
|||
![请求参数示例](https://images.gitee.com/uploads/images/2018/0905/172510_853735b9_144669.png "2.png")
|
||||
#### 响应参数示例效果图
|
||||
![响应参数示例](https://images.gitee.com/uploads/images/2018/0905/172538_1918820c_144669.png "3.png")
|
||||
|
||||
## Building
|
||||
如果你需要自己构建,那可以使用下面命令,构建需要依赖Java 1.8。
|
||||
```
|
||||
mvn clean install
|
||||
```
|
||||
## Releases
|
||||
[发布记录](https://github.com/shalousun/smart-doc/blob/master/RELEASE_CN.md/)
|
||||
## Other reference
|
||||
|
|
Loading…
Reference in New Issue