Skip to content

Commit

Permalink
✨ 依赖升级和兼容更多版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Nov 22, 2021
1 parent 9b9ea2a commit bc0c6e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jfinal weixin 的 spring boot starter,这个starter是为了方便boot用户
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-weixin</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
```

Expand Down Expand Up @@ -105,6 +105,12 @@ public class WxConfigDatabaseLoader implements WxConfigLoader {
```

## 更新说明
### 2021-11-22 2.1.2
- 微调,兼容更多版本,测试 Spring boot 2.6.0 兼容性。
- 升级 jfinal 到 4.9.17。
- 升级 jfinal-weixin 到 3.4。
- 升级 lombok 到 1.18.22。

### 2021-07-14 2.1.1
- 升级 jfinal-weixin 到 3.2。

Expand Down

0 comments on commit bc0c6e0

Please sign in to comment.