We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e546e + 29dd239 commit 8844749Copy full SHA for 8844749
README.md
@@ -52,11 +52,12 @@ Ydoc是一款基于spring-boot-starter的依赖库,轻量级,无Ui界面,
52
6. 1.0.6修复bug
53
7. 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
55
+9. 1.0.9修复url被覆盖问题,缩小banner
56
```xml
57
<dependency>
58
<groupId>com.github.nobugboy</groupId>
59
<artifactId>ydoc-spring-boot-starter</artifactId>
- <version>1.0.8</version>
60
+ <version>1.0.9</version>
61
</dependency>
62
```
63
0 commit comments