fix:http-client-type: HttpComponents 注释错误的问题

master-jdk17
YunaiV 2026-06-26 16:57:04 -07:00
parent 15c27748dc
commit 103b9534b4
4 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@ wx:
config-storage:
type: RedisTemplate # 采用 RedisTemplate 操作 Redis会自动从 Spring 中获取
key-prefix: wa # Redis Key 的前缀
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信公众号平台
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信小程序平台
--- #################### 芋道相关配置 ####################

View File

@ -173,7 +173,7 @@ wx:
config-storage:
type: RedisTemplate # 采用 RedisTemplate 操作 Redis会自动从 Spring 中获取
key-prefix: wa # Redis Key 的前缀
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信公众号平台
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信小程序平台
--- #################### 芋道相关配置 ####################

View File

@ -142,7 +142,7 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta
config-storage:
type: RedisTemplate # 采用 RedisTemplate 操作 Redis会自动从 Spring 中获取
key-prefix: wa # Redis Key 的前缀
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信公众号平台
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信小程序平台
--- #################### 芋道相关配置 ####################

View File

@ -198,7 +198,7 @@ wx:
config-storage:
type: RedisTemplate # 采用 RedisTemplate 操作 Redis会自动从 Spring 中获取
key-prefix: wa # Redis Key 的前缀
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信公众号平台
http-client-type: HttpComponents # 采用 HttpComponentsHttpClient 5请求微信小程序平台
--- #################### 芋道相关配置 ####################