release 1.6.4

This commit is contained in:
oppofind 2019-09-20 22:47:58 +08:00
parent e7124a06c2
commit 6253d51740
2 changed files with 9 additions and 2 deletions

View File

@ -50,4 +50,11 @@
1. 修改字段注释多行显示错误bug
2. 字段描述文档增加@Since tag的支持
3. 解析代码忽略WebRequest类防止生产过多信息
4. 升级基础库依赖版本
4. 升级基础库依赖版本
#### 版本号1.6.4
- 更新日期2019-09-23
- 更新内容:
1. 优化代码
2. 增加对普通的get请求参数拼装示例的生成
3. 增加spring mvc占位符restful url请求示例生成

View File

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