1- weixin-java-tools
1+ # Weixin-java-tools
2+ ## 微信公众号、企业号Java SDK。
23
3- [ ![ Build Status] ( https://travis-ci.org/chanjarster/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/chanjarster/weixin-java-tools )
4- ![ Maven Central] ( https://img.shields.io/maven-central/v/me.chanjar/weixin-java-parent.svg )
5- [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/chanjarster/weixin-java-tools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
4+ [ ![ Build Status] ( https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/binarywang/weixin-java-tools )
5+ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg )
6+
7+ ### 详细文档请看 [ wiki] ( https://github.com/chanjarster/weixin-java-tools/wiki ) 。
8+
9+ #### 1.3.4版发布!!! By Binary Wang 2016-06-01
610
7- ===========
811
9- * 群/聊天室:请点击上方的GITTER按钮
10- * 本项目的发布周期:本人子2015年6月开始进入到了一个非常忙碌的状态,且公司目前也没有开发微信相关的项目,因此本项目的维护基本靠“等”。所以靠人不如靠自己,提交pull request吧。
12+ ===========
1113
14+ * QQ群:343954419
15+ * 微信群:
16+ ![ Alt text] ( https://raw.githubusercontent.com/binarywang/weixin-java-tools/master/weixinqun.jpg " 微信群 ")
17+
1218===========
1319
14- 微信公众号、企业号Java SDK。
20+ ## 发布周期
21+ 暂定为一月一次发布,月初或月底发布新版本,遇到重大问题需修复会及时提交新版本,欢迎大家随时提交Pull Request。
1522
16- 详细文档请看 [ wiki] ( https://github.com/chanjarster/weixin-java-tools/wiki ) 。
1723
1824## Quick Start
1925
2026如果要开发公众号(订阅号、服务号)应用,在你的maven项目中添加:
2127
2228``` xml
2329<dependency >
24- <groupId >me.chanjar </groupId >
30+ <groupId >com.github.binarywang </groupId >
2531 <artifactId >weixin-java-mp</artifactId >
26- <version >1.3.3 </version >
32+ <version >1.3.4 </version >
2733</dependency >
2834```
2935
3036如果要开发企业号应用,在你的maven项目中添加:
3137
3238``` xml
3339<dependency >
34- <groupId >me.chanjar </groupId >
40+ <groupId >com.github.binarywang </groupId >
3541 <artifactId >weixin-java-cp</artifactId >
36- <version >1.3.3 </version >
42+ <version >1.3.4 </version >
3743</dependency >
3844```
3945
@@ -51,14 +57,8 @@ weixin-java-tools
5157</repositories >
5258```
5359
54- ## 升级指南
55-
56- * [ 1.0.3升级指南] ( https://github.com/chanjarster/weixin-java-tools/wiki/1_0_3升级指南 )
57- * [ 1.1.0升级指南] ( https://github.com/chanjarster/weixin-java-tools/wiki/1_1_0升级指南 )
58- * [ 1.1.1升级指南] ( https://github.com/chanjarster/weixin-java-tools/wiki/1_1_1升级指南 )
59-
6060## 关于Pull Request
6161
6262非常欢迎和感谢对本项目发起Pull Request的同学,不过本项目基于[ git flow] ( https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow ) 开发流程,因此在发起Pull Request的时候请选择develop分支。
6363
64- 且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。
64+ 且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。
0 commit comments