release 1.9.5
This commit is contained in:
parent
2e1e03a90b
commit
ea3cf02c05
|
@ -1,5 +1,10 @@
|
||||||
## smart-doc版本
|
## smart-doc版本
|
||||||
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
|
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
|
||||||
|
#### 版本号:1.9.5
|
||||||
|
- 更新日期: 2020-09-19
|
||||||
|
- 更新内容:
|
||||||
|
1. 接口参数无注解时将required设置为false。
|
||||||
|
2. 修改html自适应。
|
||||||
#### 版本号:1.9.4
|
#### 版本号:1.9.4
|
||||||
- 更新日期: 2020-09-06
|
- 更新日期: 2020-09-06
|
||||||
- 更新内容:
|
- 更新内容:
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>smart-doc</artifactId>
|
<artifactId>smart-doc</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.9.4</version>
|
<version>1.9.5</version>
|
||||||
|
|
||||||
<name>smart-doc</name>
|
<name>smart-doc</name>
|
||||||
<url>https://github.com/smart-doc-group/smart-doc.git</url>
|
<url>https://github.com/smart-doc-group/smart-doc.git</url>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ibeetl</groupId>
|
<groupId>com.ibeetl</groupId>
|
||||||
<artifactId>beetl</artifactId>
|
<artifactId>beetl</artifactId>
|
||||||
<version>3.1.8.RELEASE</version>
|
<version>3.2.0.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.thoughtworks.qdox</groupId>
|
<groupId>com.thoughtworks.qdox</groupId>
|
||||||
|
|
Loading…
Reference in New Issue