mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2026-07-04 04:52:50 +08:00
fix:http-client-type: HttpComponents 注释错误的问题
This commit is contained in:
@ -165,7 +165,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 # 采用 HttpComponents(HttpClient 5)请求微信公众号平台
|
||||
http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台
|
||||
|
||||
--- #################### 芋道相关配置 ####################
|
||||
|
||||
|
||||
@ -228,7 +228,7 @@ wx:
|
||||
config-storage:
|
||||
type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取
|
||||
key-prefix: wa # Redis Key 的前缀
|
||||
http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信公众号平台
|
||||
http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台
|
||||
|
||||
--- #################### 芋道相关配置 ####################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user