An open API service indexing awesome lists of open source software.

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库

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