File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ### 本Demo基于Spring Boot构建,实现微信公众号开发功能 。
1
+ ### 本Demo基于Spring Boot构建,实现微信公众号后端开发功能 。
2
2
### 本项目为weixin-java-tools的Demo演示程序,更多Demo请查阅:https://github.com/Wechat-Group/weixin-java-tools
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/binarywang/weixin-java-mp-demo-springboot.svg?branch=master )] ( https://travis-ci.org/binarywang/weixin-java-mp-demo-springboot )
5
5
-----------------------
6
6
7
7
## 使用步骤:
8
- 1 . 配置:复制` /src/main/resources/application.yml.template ` 生成application.yml文件 ,根据自己需要填写相关配置(需要注意的是:yml文件内的属性冒号后面的文字之前需要加空格,可参考已有配置,否则属性会设置不成功);
8
+ 1 . 配置:复制 ` /src/main/resources/application.yml.template ` 或修改其扩展名生成 ` application.yml ` 文件 ,根据自己需要填写相关配置(需要注意的是:yml文件内的属性冒号后面的文字之前需要加空格,可参考已有配置,否则属性会设置不成功);
9
9
1 . 运行Java程序:` WxMpDemoApplication ` ;
10
10
1 . 打开shell或cmd,进入ngrok目录,运行 ` ngrok -config ngrok.cfg -subdomain my-domain 8080 ` 如果运行失败,请更换my-domain为其它字符串,直至连接成功;
11
11
1 . 配置微信公众号中的接口地址:http://my-domain.tunnel.qydev.com/wechat/portal (注意my-domain要跟上面的一致,需要符合微信官方的要求);
You can’t perform that action at this time.
0 commit comments