We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69af39 commit f55f9bcCopy full SHA for f55f9bc
README.md
@@ -1,2 +1,8 @@
1
-# weixin-mp-demo-springboot
2
-微信公众号demo,使用weixin-java-tools,基于Spring Boot
+#### 本Demo使用Spring Boot 框架实现微信公众号后台管理功能。
+
3
+## 使用步骤:
4
+1. 配置:复制/weixin-mp-demo-springboot/src/main/resources/application.properties.template 生成application.properties 文件,填写相关配置;
5
+1. 运行Java程序:com.github.binarywang.demo.wechat.WechatMpDemoApplication;
6
+1. 配置微信公众号中的接口地址:http://xxx/wechat/portal (注意XXX需要是外网可访问的域名,需要符合微信官方的要求);
7
+1. 根据自己需要修改各个handler的实现,加入自己的业务逻辑。
8
0 commit comments