🎨 #1522 开放平台优化redis存储配置类,同时对应的 spring boot starter 模块增加新特性

This commit is contained in:
Mario Luo
2020-04-19 22:36:04 +08:00
committed by GitHub
parent 7ace417364
commit 585bd94b8a
10 changed files with 303 additions and 249 deletions

View File

@@ -1,4 +1,4 @@
# wx-java-mp-starter
# wx-java-mp-spring-boot-starter
## 快速开始
1. 引入依赖
```xml
@@ -27,9 +27,9 @@
wx.mp.config-storage.http-proxy-username=
wx.mp.config-storage.http-proxy-password=
```
3. 支持自动注入的类型
`WxMpService`以及~~相关的服务类, 比如: `wxMpService.getXxxService`。~~
3. 自动注入的类型
- `WxMpService`以及~~相关的服务类, 比如: `wxMpService.getXxxService`。~~
- `WxMpConfigStorage`