提交 bd6c2b42 编写于 作者: 如梦技术's avatar 如梦技术 🐛

mica 2.5.7 更新记录梳理。

上级 bdf9d40a
......@@ -4,7 +4,10 @@
### v2.5.7 - 2021-11-28
- :sparkles: mica-redis 优化,方便自定义序列化。
- :sparkles: mica-xss 优化,避免 xss 关闭时被类扫描,导致 bean 找不到异常。
- :memo: mica-redis 优化README.md 文档。
- :sparkles: mica-core 添加 retry 接口。
- :sparkles: mica-http 代码优化去掉 spring retry 依赖。
- :memo: mica-redis 优化 README.md 文档。
- :memo: mica-http 更新 README.md 文档。
- :arrow_up: Upgrading dependencies.
- :arrow_up: 升级 Gradle 到 7.3。
- :arrow_up: 升级 lombok 到 1.18.22。
......
VERSION=2.5.7-SNAPSHOT
VERSION=2.5.7
GROUPID=net.dreamlu
SONAR_TOKEN=***
......
......@@ -11,7 +11,7 @@
</dependency>
```
spring-retry 为可选依赖,用来对 http 结果断言重试。
注意:**2.5.7 开始已经不再需要** spring-retry 为可选依赖,用来对 http 结果断言重试。
```xml
<dependency>
<groupId>org.springframework.retry</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册