File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,22 @@ Ydoc是一款基于spring-boot-starter的依赖库,轻量级,无Ui界面,
4343
4444
4545如果不能直接依赖说明还没有同步到中央maven(1.0.2才支持Swagger-bootstrap-ui )
46- ### 版本说明
46+ ### YDoc版本更新说明
47471 . 1.0.1支持YDoc方式生成YApi文档
48482 . 1.0.2支持YDoc方式生成Swagger文档
49493 . 1.0.3支持Swagger原生注解生成Swagger文档,并同步导入到YApi(** 方便已经使用了swagger原生注解,但是还想快速导入YApi的用户,拒绝使用YApi轮训导入从我做起** )
50504 . 1.0.4支持自动化测试,钉钉提醒和微服务
51515 . 1.0.5支持非native模式生成swagger文档,邮件提醒,web测试报告展示
52526 . 1.0.6修复bug
53537 . 1.0.7修复匿名内部类解析问题 参考 https://juejin.cn/post/6994640102974554143
54- 8 . 1.0.8修复issue问题 https ://github.com/NoBugBoy/YDoc/issues/8 tag: https://github.com/NoBugBoy/YDoc/releases/tag/1.0.8
54+ 8 . 1.0.8修复issue问题 https ://github.com/NoBugBoy/YDoc/issues/8 tag: https://github.com/NoBugBoy/YDoc/releases/tag/1.0.8
55559 . 1.0.9修复url被覆盖问题,缩小banner
56+ 10 . 1.1.0修复返回值泛型被覆盖的问题 https://github.com/NoBugBoy/YDoc/issues/12
5657``` xml
5758 <dependency >
5859 <groupId >com.github.nobugboy</groupId >
5960 <artifactId >ydoc-spring-boot-starter</artifactId >
60- <version >1.0.9 </version >
61+ <version >1.1.0 </version >
6162 </dependency >
6263```
6364
You can’t perform that action at this time.
0 commit comments