Skip to content

Commit 387cc61

Browse files
committed
Merge branch 'master' of github.com:Wechat-Group/weixin-java-tools
* 'master' of github.com:Wechat-Group/weixin-java-tools: (453 commits) Update demo.md Update readme.md Update readme.md 发布3.2.0正式版本 binarywang#769 WxMaCodeExtConfig增加缺少的tabBar属性 pay模块批量添加缺失的javadoc文档 调整checkstyle配置 binarywang#708 企业微信素材管理增加上传图片接口 binarywang#760 小程序增加统一服务消息接口 Update readme.md 发布3.1.9.B测试版本 merge master binarywang#762 企业微信WxCpJedisConfigStorage增加JedisPool参数的构造方法 binarywang#705 企业微信增加获取外部联系人详情接口 binarywang#705 企业微信用户相关接口增加成员对外信息external_profile binarywang#727 小程序模块增加内容安全接口 binarywang#730 公众号模块增加客服输入状态接口 优化代码 binarywang#759 增加三方平台代小程序业务接口:代码管理、模板管理、成员管理、发布审核等 Update readme.md ...
2 parents 1362e3c + f07d575 commit 387cc61

732 files changed

Lines changed: 24608 additions & 17292 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ Temporary Items
5050
.apdisk
5151
/.sonar/
5252
sonar-project.properties
53+
54+
!/.mvn/wrapper/maven-wrapper.jar
55+
*.versionsBackup

.mvn/wrapper/maven-wrapper.jar

48.4 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ language: java
88

99
jdk:
1010
- oraclejdk8
11-
script: "mvn clean package -Dmaven.test.skip=true"
12-
11+
script: "./mvnw clean package -DskipTests=true"
12+
1313
#script:
1414
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
15-
15+
1616
branches:
1717
only:
1818
- develop
19-
19+
2020
cache:
2121
directories:
2222
- '$HOME/.m2/repository'

alipay_qrcode.jpg

-54.8 KB
Binary file not shown.

check-dependency-updates.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
./mvnw org.codehaus.mojo:versions-maven-plugin:display-dependency-updates

check-plugin-updates.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
./mvnw org.codehaus.mojo:versions-maven-plugin:display-plugin-updates

check-property-updates.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
./mvnw org.codehaus.mojo:versions-maven-plugin:display-property-updates

demo.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
## Demo项目
3+
### 说明
4+
1. 在码云和GitHub上均可访问,会尽量保持同步,请根据自己情况选用。
5+
1. 一般来说,Github上的版本应该是最新的,但也有可能没及时同步,此种情况下请以github上的版本为准,有问题也请在github对应项目issues页面提问)。
6+
1. 欢迎提供更多的demo实现。
7+
8+
### Demo列表
9+
1. 微信支付Demo:[GitHub](http://github.com/binarywang/weixin-java-pay-demo)[码云](http://gitee.com/binary/weixin-java-pay-demo)
10+
1. 企业号/企业微信Demo:[GitHub](http://github.com/binarywang/weixin-java-cp-demo)[码云](http://gitee.com/binary/weixin-java-cp-demo)
11+
1. 微信小程序Demo:[GitHub](http://github.com/binarywang/weixin-java-miniapp-demo)[码云](http://gitee.com/binary/weixin-java-miniapp-demo)
12+
1. 开放平台Demo:[GitHub](http://github.com/Wechat-Group/weixin-java-open-demo)[码云](http://gitee.com/binary/weixin-java-open-demo)
13+
1. 公众号Demo:
14+
- 使用Spring MVC实现的公众号Demo:[GitHub](http://github.com/binarywang/weixin-java-mp-demo-springmvc)、[码云](https://gitee.com/binary/weixin-java-mp-demo)
15+
- 使用Spring Boot实现的公众号Demo(支持多公众号):[GitHub](http://github.com/binarywang/weixin-java-mp-demo-springboot)、[码云](http://gitee.com/binary/weixin-java-mp-demo-springboot)
16+
- 含公众号和部分微信支付代码的Demo:[GitHub](http://github.com/Wechat-Group/weixin-java-tools-springmvc)、[码云](http://gitee.com/binary/weixin-java-tools-springmvc)

mvnw

Lines changed: 236 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)