All Projects → binarywang → Weixin Java Mp Demo Springmvc

binarywang / Weixin Java Mp Demo Springmvc

基于Spring MVC 和 WxJava 实现的微信公众号Java后端Demo

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Weixin Java Mp Demo Springmvc

weixin-alert
企业微信告警发送
Stars: ✭ 51 (-82.11%)
Mutual labels:  weixin
weixin python
微信公众号开发,python Flask
Stars: ✭ 18 (-93.68%)
Mutual labels:  weixin
Szushudong
微信小程序 - 深大的树洞 2.0 - 基于 WePY
Stars: ✭ 270 (-5.26%)
Mutual labels:  weixin
7yue api server
旧岛小程序的 api server
Stars: ✭ 48 (-83.16%)
Mutual labels:  weixin
xianyu-weixin
基于微信小程序 - 校园二手交易平台前端部分
Stars: ✭ 56 (-80.35%)
Mutual labels:  weixin
Devops Api
Golang + Beego 编写 提供开发/运维常用操作的HTTP API接口: 手机归属地查询、IP地址查询、工作日节假日判断、微信报警、钉钉报警、2步验证、密码存储、发送邮件、生成随机密码等功能
Stars: ✭ 258 (-9.47%)
Mutual labels:  weixin
miniprogram
[微信小程序/小游戏] A fast wechat miniprogram/minigame development sdk written in Golang
Stars: ✭ 52 (-81.75%)
Mutual labels:  weixin
Weixinresource
微信开发资源汇总 | WeChat Development Resources Summary
Stars: ✭ 279 (-2.11%)
Mutual labels:  weixin
wx-report-sdk
微信小程序,错误,ajax性能,系统信息,uv等上报信息sdk
Stars: ✭ 30 (-89.47%)
Mutual labels:  weixin
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+958.25%)
Mutual labels:  weixin
JXWeChatFloatView
高仿微信文章悬浮球
Stars: ✭ 96 (-66.32%)
Mutual labels:  weixin
wechat-sdk
微信登录支付sdk,支持小程序,APP登录,正在重构。QQ群:879729420
Stars: ✭ 73 (-74.39%)
Mutual labels:  weixin
Lin Ui
🌈 简洁、易用、灵活的微信小程序组件库
Stars: ✭ 3,264 (+1045.26%)
Mutual labels:  weixin
richTextParse
微信小程序富文本解析(仅支持HTML),在rich-text标签引用结果“树”
Stars: ✭ 53 (-81.4%)
Mutual labels:  weixin
Fediagram
图说前端>>收集各种前端技术图谱 🚕🚖🚗🚚🚛🚜
Stars: ✭ 273 (-4.21%)
Mutual labels:  weixin
node-weixin-api
💬node微信公众号开发
Stars: ✭ 78 (-72.63%)
Mutual labels:  weixin
comic-wx
微信小程序,仿腾讯动漫,界面美观,具备常用功能。WeiXin mini program,imitating TenCent comic, is very beautiful. I think, you would like it
Stars: ✭ 60 (-78.95%)
Mutual labels:  weixin
Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (-1.05%)
Mutual labels:  weixin
Ijpay
IJPay 让支付触手可及,封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星✨
Stars: ✭ 3,561 (+1149.47%)
Mutual labels:  weixin
Happy Spiders
🔧 🔩 🔨 收集整理了爬虫相关的工具、模拟登陆技术、代理IP、scrapy模板代码等内容。
Stars: ✭ 261 (-8.42%)
Mutual labels:  weixin

码云Gitee Github Build Status

Demo使用Spring MVC 框架实现微信公众号开发功能。

本项目为WxJavaDemo演示程序,更多Demo查阅此处

如果想支持多公众号,请参考spring boot版本的demohttps://github.com/binarywang/weixin-java-mp-demo-springboot

使用步骤:

  1. 新手遇到问题,请务必先阅读【开发文档首页】的常见问题部分,可以少走很多弯路,节省不少时间。
  2. 还有其他问题的,请 到此 提问讨论;
  3. 配置: 复制 /src/main/resources/wx.properties.template 或者修改其扩展名生成 wx.properties 文件,填写相关配置;
  4. 使用maven运行demo程序: mvn jetty:run 或者自己打war包发布到tomcat运行;
  5. 配置微信公众号中的接口地址(微信公众平台 服务器配置 -> 服务器地址(URL)):http://xxx/wechat/portal (注意XXX需要是外网可访问的域名,需要符合微信官方的要求);
  6. 根据自己需要修改各个handler的实现,加入自己的业务逻辑。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].