https://github.com/lkqm/weixin-java
一个服务化微信能力的脚手架(基于WxJava微信SDK),支持微信网关消息分发(基于注解),、微信能力服务化(dubbo,springcloud),以及集成各种WxJava模块的spring-boot-starter库
https://github.com/lkqm/weixin-java
dubbo microservice springcloud weixin
Last synced: about 2 months ago
JSON representation
一个服务化微信能力的脚手架(基于WxJava微信SDK),支持微信网关消息分发(基于注解),、微信能力服务化(dubbo,springcloud),以及集成各种WxJava模块的spring-boot-starter库
- Host: GitHub
- URL: https://github.com/lkqm/weixin-java
- Owner: lkqm
- Created: 2019-04-21T09:25:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T02:06:56.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T07:23:23.937Z (over 2 years ago)
- Topics: dubbo, microservice, springcloud, weixin
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weixin-java
基于WxJava扩展的微信开发工具。## 模块介绍
1. [weixin-dubbo](https://github.com/lkqm/weixin-java/tree/master/weixin-dubbo): 基于dubbo服务化的微信能力
2. [weixin-gateway-web](https://github.com/lkqm/weixin-java/tree/master/weixin-gateway/weixin-gateway-web): 基于注解进行消息分发的微信网关脚手架
3. [weixin-starters](https://github.com/lkqm/weixin-java/tree/master/weixin-starters): 集成WxJava相关模块的spring-boot-starter