support export postman json

This commit is contained in:
oppofind 2019-12-01 15:05:32 +08:00
parent 0c5408ac0f
commit 5233dd96c7
2 changed files with 2 additions and 1 deletions

View File

@ -136,5 +136,6 @@
4. html文档添加项目名称显示 4. html文档添加项目名称显示
5. 修改github #4 泛型中Void类型解析死循环 5. 修改github #4 泛型中Void类型解析死循环
6. 修改github #5 简单枚举参数解析空指针异常 6. 修改github #5 简单枚举参数解析空指针异常
7. 添加导出PostMan json数据

View File

@ -146,7 +146,7 @@ public class ApiDocTest {
mvn clean install -Dmaven.test.skip=true mvn clean install -Dmaven.test.skip=true
``` ```
## Releases ## Releases
[发布记录](https://gitee.com/sunyurepository/smart-doc/blob/master/RELEASE.md) [发布记录](https://gitee.com/sunyurepository/smart-doc/blob/master/CHANGELOG.md)
## Other reference ## Other reference
- [smart-doc功能使用介绍](https://my.oschina.net/u/1760791/blog/2250962) - [smart-doc功能使用介绍](https://my.oschina.net/u/1760791/blog/2250962)
- [smart-doc wiki](https://gitee.com/sunyurepository/smart-doc/wikis/Home?sort_id=1652800) - [smart-doc wiki](https://gitee.com/sunyurepository/smart-doc/wikis/Home?sort_id=1652800)