Skip to content

Commit f55f9bc

Browse files
authored
Update README.md
1 parent f69af39 commit f55f9bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# weixin-mp-demo-springboot
2-
微信公众号demo,使用weixin-java-tools,基于Spring Boot
1+
#### 本Demo使用Spring Boot 框架实现微信公众号后台管理功能。
2+
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

Comments
 (0)