From 2fd0ae6d2851e63f3aad1e7fb2f75d96bb89f79c Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Sat, 18 May 2019 17:35:37 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8af739f..a3f8d30d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ### 重要信息 -1. **2018-12-23 项目更名为WxJava,并发布 [【3.3.0正式版】](https://github.com/Wechat-Group/WxJava/releases)**! +1. **2019-5-18 发布 [【3.4.0正式版】](https://github.com/Wechat-Group/WxJava/releases)**! 1. 新手重要提示:本项目仅是一个SDK开发工具包,未提供Web实现,建议使用 `maven` 或 `gradle` 引用本项目即可使用本SDK提供的各种功能,详情可参考 **[【Demo项目】](demo.md)** 或本项目中的部分单元测试代码;另外微信开发新手请务必阅读[【开发文档 Wiki 首页】](https://github.com/Wechat-Group/WxJava/wiki)的常见问题部分,可以少走很多弯路,节省不少时间。 1. 入群技术交流:若想获得QQ群/微信群/企业微信/钉钉企业群等信息的,请使用微信扫描上面的微信公众号二维码关注 `WxJava` 后点击相关菜单即可,同时也可以在微信中搜索 `weixin-java-tools` 或 `WxJava` 后选择正确的公众号进行关注,该公众号会及时通知SDK相关更新信息,并不定期分享微信Java开发相关技术知识; 1. 付费QQ群:(**注意:刚入群会有5分钟禁言,稍等片刻即可正常发言**) [![加入QQ群](https://img.shields.io/badge/QQ群-343954419-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=731dc3e7ea31ebe25376cc1a791445468612c63fd0e9e05399b088ec81fd9e15) 或 [![加入QQ群](https://img.shields.io/badge/QQ群-343954419-blue.svg)](http://jq.qq.com/?_wv=1027&k=40lRskK),或者请自行搜索群号`343954419`进行添加;当然由于某种原因无法入群的,可关注公众号后获取其他群的加入方式; @@ -68,7 +68,7 @@ com.github.binarywang (不同模块参考下文) - 3.3.0 + 3.4.0 ``` From bdb11ffc38019fc219aa3d04279b4dfdbbb007e5 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Sun, 19 May 2019 21:54:54 +0800 Subject: [PATCH 2/3] Update demo.md --- demo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demo.md b/demo.md index 02601c3e..9f235bb1 100644 --- a/demo.md +++ b/demo.md @@ -5,6 +5,10 @@ 1. 一般来说,Github上的版本应该是最新的,但也有可能没及时同步,此种情况下请以github上的版本为准,有问题也请在github对应项目issues页面提问)。 1. 欢迎提供更多的demo实现。 +### Spring Boot Starter实现 +- 微信支付:[点击查看使用方法](https://github.com/Wechat-Group/WxJava/tree/master/starters/wx-java-pay-starter) +- 微信公众号:[点击查看使用方法](https://github.com/Wechat-Group/WxJava/tree/master/starters/wx-java-mp-starter) + ### Demo列表 1. 微信支付Demo:[GitHub](http://github.com/binarywang/weixin-java-pay-demo)、[码云](http://gitee.com/binary/weixin-java-pay-demo) 1. 企业号/企业微信Demo:[GitHub](http://github.com/binarywang/weixin-java-cp-demo)、[码云](http://gitee.com/binary/weixin-java-cp-demo) From 90790ffe7151fce046f626afe8eaaa246a01eb1c Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Fri, 24 May 2019 15:07:45 +0800 Subject: [PATCH 3/3] Update pom.xml --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2e9a70c4..49ccee65 100644 --- a/pom.xml +++ b/pom.xml @@ -93,9 +93,9 @@ - scm:git:https://github.com/wechat-group/weixin-java-tools.git - scm:git:git@github.com:wechat-group/weixin-java-tools.git - https://github.com/wechat-group/weixin-java-tools + scm:git:https://github.com/Wechat-Group/WxJava.git + scm:git:git@github.com:Wechat-Group/WxJava.git + https://github.com/Wechat-Group/WxJava