File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/Wechat-Group /weixin-java-mp-demo.svg?branch=master )] ( https://travis-ci.org/Wechat-Group /weixin-java-mp-demo )
1
+ [ ![ Build Status] ( https://travis-ci.org/binarywang /weixin-java-mp-demo.svg?branch=master )] ( https://travis-ci.org/binarywang /weixin-java-mp-demo )
2
2
3
- ### 本项目为weixin-java-tools的Demo演示程序,更多Demo请查阅:https://github.com/Wechat-Group /weixin-java-tools
3
+ ### 本项目为weixin-java-tools的Demo演示程序,更多Demo请查阅:https://github.com/wechat-group /weixin-java-tools
4
4
5
5
#### 本Demo使用Spring MVC 框架实现微信公众号开发功能,欢迎帮忙维护添加新功能,或提供更好的实现。
6
- 如果想支持多公众号,请参考另外一个项目:https://github.com/wechat-group /weixin-java-mp-multi-demo
6
+ 如果想支持多公众号,请参考另外一个项目:https://github.com/binarywang /weixin-java-mp-multi-demo
7
7
8
8
## 使用步骤:
9
9
1 . 配置: 复制/src/main/resources/wx.properties.template 生成 wx.properties 文件,填写相关配置;
Original file line number Diff line number Diff line change 14
14
<maven .compiler.source>1.8</maven .compiler.source>
15
15
<maven .compiler.target>1.8</maven .compiler.target>
16
16
17
- <weixin-java-mp .version>2.7.3.BETA </weixin-java-mp .version>
17
+ <weixin-java-mp .version>2.8.0 </weixin-java-mp .version>
18
18
<spring .version>4.3.2.RELEASE</spring .version>
19
19
<spring-security .version>4.1.3.RELEASE</spring-security .version>
20
- <guava .version>19 .0</guava .version>
21
- <slf4j .version>1.7.2 </slf4j .version>
20
+ <guava .version>20 .0</guava .version>
21
+ <slf4j .version>1.7.24 </slf4j .version>
22
22
<aspectj .version>1.8.9</aspectj .version>
23
23
<fastjson .version>1.2.6</fastjson .version>
24
- <commons-lang3 .version>3.4 </commons-lang3 .version>
24
+ <commons-lang3 .version>3.5 </commons-lang3 .version>
25
25
<jackson .version>2.8.3</jackson .version>
26
26
<jetty-maven-plugin .version>9.3.0.RC0</jetty-maven-plugin .version>
27
27
</properties >
You can’t perform that action at this time.
0 commit comments