We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a41dc1 commit 92a8592Copy full SHA for 92a8592
1 file changed
README.md
@@ -147,8 +147,8 @@ wx.mp.config-storage.http-client-type=JoddHttp
147
```
148
149
**注意事项:**
150
-1. **MiniApp 模块**目前暂不支持 HttpClient 5.x,默认使用 HttpClient 4.x
151
-2. **MP、CP、Channel、QiDian 模块**已支持 HttpClient 5.x,默认推荐使用
+1. **MiniApp 模块**已提供 `HttpComponents`(HttpClient 5.x)类型的配置选项,但当前默认仍为 HttpClient 4.x;如需启用 HttpClient 5.x,请确保所使用的集成模块(如 `wx-java-miniapp-spring-boot-starter`、`wx-java-miniapp-solon-plugin`)版本已支持该选项
+2. **MP、CP、Channel、QiDian 模块**已完整支持 HttpClient 5.x,默认推荐使用
152
3. 如需使用 OkHttp 或 Jodd-http,需在项目中添加对应的依赖(scope为provided)
153
4. HttpClient 4.x 和 HttpClient 5.x 可以共存,按需配置即可
154
0 commit comments