release 2.1.1

This commit is contained in:
oppofind 2021-03-24 22:30:05 +08:00
parent bdd78bdbf4
commit 038c854a96
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
- 更新日期: 2020-03-31
- 更新内容:
1. 修复Map嵌套在某些结构体中栈溢出问题gitee #I3CCLY
2. 修复Torna数据推送问题。
#### 版本号2.1.0
- 更新日期: 2020-03-31
- 更新内容:

View File

@ -127,7 +127,7 @@ smart-doc官方目前已经开发完成[Maven插件](https://gitee.com/smart-doc
"secret": "W.ZyGMOB9Q0UqujVxnfi@.I#V&tUUYZR",//torna平台secret@since 2.0.9
"openUrl": "http://localhost:7700/api",//torna平台地址填写自己的私有化部署地址@since 2.0.9
"debugEnvName":"测试环境", //torna测试环境
"debugEnvUrl":"http://127.0.0.1",//torna,和serverUrl会有冲突设置serverUrl则可以不设置该选项
"debugEnvUrl":"http://127.0.0.1",//推送torna配置接口服务地址
"ignoreRequestParams":[ //忽略请求参数对象,把不想生成文档的参数对象屏蔽掉,@since 1.9.2
"org.springframework.ui.ModelMap"
],

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>2.1.0</version>
<version>2.1.1</version>
<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>