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")
|
(https://images.gitee.com/uploads/images/2018/0905/172510_853735b9_144669.png "2.png")
|
||||||
#### Response parameter example renderings
|
#### Response parameter example renderings
|
||||||
(https://images.gitee.com/uploads/images/2018/0905/172538_1918820c_144669.png "3.png")
|
(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
|
## Other reference
|
||||||
- [Smart-doc manual](https://github.com/shalousun/smart-doc/wiki)
|
- [Smart-doc manual](https://github.com/shalousun/smart-doc/wiki)
|
||||||
## License
|
## License
|
||||||
|
|
|
@ -122,7 +122,11 @@ public class ApiDocTest {
|
||||||

|

|
||||||
#### 响应参数示例效果图
|
#### 响应参数示例效果图
|
||||||

|

|
||||||
|
## Building
|
||||||
|
如果你需要自己构建,那可以使用下面命令,构建需要依赖Java 1.8。
|
||||||
|
```
|
||||||
|
mvn clean install
|
||||||
|
```
|
||||||
## Releases
|
## Releases
|
||||||
[发布记录](https://github.com/shalousun/smart-doc/blob/master/RELEASE_CN.md/)
|
[发布记录](https://github.com/shalousun/smart-doc/blob/master/RELEASE_CN.md/)
|
||||||
## Other reference
|
## Other reference
|
||||||
|
|
Loading…
Reference in New Issue