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

🔖 2.0.4

上级 c9982b72
......@@ -15,7 +15,7 @@ jfinal weixin 的 spring boot starter,这个starter是为了方便boot用户
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-weixin</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
```
......@@ -66,6 +66,9 @@ dream:
- `access-token-cache`建议配置有效时间7100秒。
## 更新说明
### 2020-12-13 2.0.4
- 调整 WxConfigLoader 方便自定义 config 存储更多属性。
### 2020-10-13 2.0.3
- 升级 jfinal-weixin 到 2.8
......
......@@ -4,7 +4,7 @@ version = VERSION
ext {
javaVersion = JavaVersion.VERSION_1_8
springBootVersion = "2.3.4.RELEASE"
jfinalVersion = "4.9.02"
jfinalVersion = "4.9.05"
jfinalWeixinVersion = "2.8"
okhttpVersion = "3.14.9"
micaAutoVersion = "1.2.5"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册