release 1.9.8

This commit is contained in:
oppofind 2020-11-07 21:07:26 +08:00
parent 7484fdd051
commit b791aefc1d
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
3. 修改阿里版本dubbo注解名称解析错误 。
4. 修改模拟值生成错误。
5. 支持ResponseBodyAdvice通用接口响应包装设置。
6. 修复类同时继承和基类和实现接口中可能出现字段重复的bug。
#### 版本号1.9.7
- 更新日期: 2020-10-24
- 更新内容:

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.9.7</version>
<version>1.9.8</version>
<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>
@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>1.9.9</version>
<version>2.0.0</version>
</dependency>
<!--markdown to html-->
<dependency>