新增 wx-java-open-multi-spring-boot-starter 支持多开放平台配置#3847
Merged
binarywang merged 15 commits intodevelopfrom Jan 15, 2026
Merged
新增 wx-java-open-multi-spring-boot-starter 支持多开放平台配置#3847binarywang merged 15 commits intodevelopfrom
binarywang merged 15 commits intodevelopfrom
Conversation
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix support for multiple third-party platforms in wx-open-starter
新增 wx-java-open-multi-spring-boot-starter 支持多开放平台配置
Jan 14, 2026
🤖 Augment PR SummaryPR 总结:本次 PR 新增了 主要变更:
技术要点:整体实现参考了现有 multi-starter 模式,将每个租户的 app 配置装配成独立的 🤖 Was this summary useful? React with 👍 or 👎 |
spring-boot-starters/wx-java-open-multi-spring-boot-starter/README.md
Outdated
Show resolved
Hide resolved
...inarywang/spring/starter/wxjava/open/configuration/services/AbstractWxOpenConfiguration.java
Show resolved
Hide resolved
...binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInJedisConfiguration.java
Outdated
Show resolved
Hide resolved
...ng/spring/starter/wxjava/open/configuration/services/WxOpenInRedisTemplateConfiguration.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/binarywang/spring/starter/wxjava/open/properties/WxOpenSingleProperties.java
Outdated
Show resolved
Hide resolved
...arywang/spring/starter/wxjava/open/configuration/services/WxOpenInRedissonConfiguration.java
Outdated
Show resolved
Hide resolved
...inarywang/spring/starter/wxjava/open/configuration/services/AbstractWxOpenConfiguration.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/binarywang/spring/starter/wxjava/open/properties/WxOpenMultiProperties.java
Outdated
Show resolved
Hide resolved
...inarywang/spring/starter/wxjava/open/configuration/services/WxOpenInMemoryConfiguration.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/binarywang/spring/starter/wxjava/open/properties/WxOpenMultiProperties.java
Outdated
Show resolved
Hide resolved
spring-boot-starters/wx-java-open-multi-spring-boot-starter/README.md
Outdated
Show resolved
Hide resolved
...ter/src/main/java/com/binarywang/spring/starter/wxjava/open/service/WxOpenMultiServices.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInJedisConfiguration.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/properties/WxOpenSingleProperties.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/properties/WxOpenMultiProperties.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/properties/WxOpenMultiProperties.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/service/WxOpenMultiServices.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInMemoryConfiguration.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInRedissonConfiguration.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…c/main/java/com/binarywang/spring/starter/wxjava/open/configuration/services/WxOpenInRedisTemplateConfiguration.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
1. 修复 README.md sentinel 文档说明,明确当前版本暂不支持 sentinel 配置 2. 移除无效的 httpClientType 配置,因为 WxOpen 只有一种 HTTP 客户端实现 3. 注释顺序已在之前修复中正确排列
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
实现计划
变更说明
根据代码审查反馈,对枚举命名进行了统一规范:
这些修改确保了与项目现有 wx-java-open-spring-boot-starter 单账号版本的命名风格保持一致。
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.