mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-22 20:13:45 +08:00
修改groupId,修复Pom文件,同步README.md文件
This commit is contained in:
40
README.md
40
README.md
@@ -1,19 +1,25 @@
|
||||
weixin-java-tools
|
||||
# Weixin-java-tools
|
||||
## 微信公众号、企业号Java SDK。
|
||||
|
||||
[](https://travis-ci.org/binarywang/weixin-java-tools)
|
||||

|
||||
|
||||
### 详细文档请看 [wiki](https://github.com/chanjarster/weixin-java-tools/wiki)。
|
||||
|
||||
#### 1.3.4版发布!!! By Binary Wang 2016-06-01
|
||||
|
||||
[](https://travis-ci.org/chanjarster/weixin-java-tools)
|
||||

|
||||
[](https://gitter.im/chanjarster/weixin-java-tools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
===========
|
||||
|
||||
* 群/聊天室:请点击上方的GITTER按钮
|
||||
* 本项目的发布周期:本人子2015年6月开始进入到了一个非常忙碌的状态,且公司目前也没有开发微信相关的项目,因此本项目的维护基本靠“等”。所以靠人不如靠自己,提交pull request吧。
|
||||
|
||||
* QQ群:343954419
|
||||
* 微信群:
|
||||

|
||||
|
||||
===========
|
||||
|
||||
微信公众号、企业号Java SDK。
|
||||
## 发布周期
|
||||
暂定为一月一次发布,月初或月底发布新版本,遇到重大问题需修复会及时提交新版本,欢迎大家随时提交Pull Request。
|
||||
|
||||
详细文档请看 [wiki](https://github.com/chanjarster/weixin-java-tools/wiki)。
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -21,9 +27,9 @@ weixin-java-tools
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>me.chanjar</groupId>
|
||||
<groupId>com.github.binarywang</groupId>
|
||||
<artifactId>weixin-java-mp</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<version>1.3.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -31,9 +37,9 @@ weixin-java-tools
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>me.chanjar</groupId>
|
||||
<groupId>com.github.binarywang</groupId>
|
||||
<artifactId>weixin-java-cp</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<version>1.3.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -51,14 +57,8 @@ weixin-java-tools
|
||||
</repositories>
|
||||
```
|
||||
|
||||
## 升级指南
|
||||
|
||||
* [1.0.3升级指南](https://github.com/chanjarster/weixin-java-tools/wiki/1_0_3升级指南)
|
||||
* [1.1.0升级指南](https://github.com/chanjarster/weixin-java-tools/wiki/1_1_0升级指南)
|
||||
* [1.1.1升级指南](https://github.com/chanjarster/weixin-java-tools/wiki/1_1_1升级指南)
|
||||
|
||||
## 关于Pull Request
|
||||
|
||||
非常欢迎和感谢对本项目发起Pull Request的同学,不过本项目基于[git flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)开发流程,因此在发起Pull Request的时候请选择develop分支。
|
||||
|
||||
且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。
|
||||
且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。
|
Reference in New Issue
Block a user