|
|
@@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
--------------------------------- |
|
|
|
### 重要信息 |
|
|
|
1. 最新更新:**2017-12-01 发布[【2.9.0正式版】](https://github.com/Wechat-Group/weixin-java-tools/releases)**! |
|
|
|
1. 最新更新:**2018-03-28 发布[【3.0.0正式版】](https://github.com/Wechat-Group/weixin-java-tools/releases)**! |
|
|
|
1. [开源中国本项目的首页](https://www.oschina.net/p/weixin-java-tools-new),欢迎大家积极留言评分 🙂 |
|
|
|
1. 新手重要提示:本项目仅是一个开发工具包(即SDK),未提供Web实现,建议使用maven或gradle引用本项目即可使用本SDK提供的各种功能,详情可参考[【Demo项目】](demo.md)或本项目中的部分单元测试代码;另外微信开发新手请务必阅读[开发文档Wiki首页](https://github.com/Wechat-Group/weixin-java-tools/wiki)的常见问题部分,可以少走很多弯路,节省不少时间。 |
|
|
|
1. [出现`Illegal key size`问题的解决办法](https://github.com/Wechat-Group/weixin-java-tools/wiki/%E5%8A%A0%E8%A7%A3%E5%AF%86%E7%9A%84%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86%E5%8A%9E%E6%B3%95) (太多人遇到此问题而不知所措,因此特意置顶,希望能引起新手的注意,其他常见问题请查阅 [【开发文档Wiki】](https://github.com/wechat-group/weixin-java-tools/wiki)首页) |
|
|
@@ -49,7 +49,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.binarywang</groupId> |
|
|
|
<artifactId>(不同模块参考下文)</artifactId> |
|
|
|
<version>2.9.0</version> |
|
|
|
<version>3.0.0</version> |
|
|
|
</dependency> |
|
|
|
``` |
|
|
|
* 各模块的`artifactId`: |
|
|
|