compress css and html
This commit is contained in:
parent
ff81df6440
commit
46bd8514b6
|
@ -1,7 +1,7 @@
|
|||
## smart-doc版本
|
||||
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
|
||||
#### 版本号:2.0.0
|
||||
- 更新日期: 2020-11-12
|
||||
- 更新日期: 2020-11-14
|
||||
- 更新内容:
|
||||
1. 优化了文档的显示,将query和path单独提出来做了展示
|
||||
2. 优化openapi 3.0文档规范的支持,可集成swagger ui等ui使用。
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>smart-doc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.9.9.1</version>
|
||||
<version>2.0.0</version>
|
||||
|
||||
<name>smart-doc</name>
|
||||
<url>https://github.com/smart-doc-group/smart-doc.git</url>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<dependency>
|
||||
<groupId>com.ibeetl</groupId>
|
||||
<artifactId>beetl</artifactId>
|
||||
<version>3.2.2.RELEASE</version>
|
||||
<version>3.3.0.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.qdox</groupId>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue