weixin4j-server: released 1.0.2

This commit is contained in:
jinyu 2015-06-10 00:24:07 +08:00
parent 01ba9bc643
commit 9e61560d85
5 changed files with 14 additions and 6 deletions

View File

@ -318,3 +318,7 @@
* 2015-06-08 * 2015-06-08
+ **weixin4j-base**: 新增群发卡券消息类型 + **weixin4j-base**: 新增群发卡券消息类型
* 2015-06-10
+ **weixin4j-server**: released 1.0.2

View File

@ -38,12 +38,12 @@ weixin4j
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<version>1.4</version> <version>1.4</version>
</dependency> </dependency>
微信被动消息服务器(1.0.1,2015-05-20 released) 微信被动消息服务器(1.0.2,2015-06-10 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
</dependency> </dependency>
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做 以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做

View File

@ -49,3 +49,7 @@
* 2015-05-20 * 2015-05-20
+ released 1.0.1 + released 1.0.1
* 2015-06-10
+ released 1.0.2

View File

@ -15,12 +15,12 @@ base on netty.
如何使用 如何使用
------- -------
###maven依赖(1.0.1,2015-05-20 released) ###maven依赖(1.0.2,2015-06-10 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
</dependency> </dependency>
###编写服务启动类 ###编写服务启动类
明文模式并总是调试输出微信请求信息的服务启动类. 明文模式并总是调试输出微信请求信息的服务启动类.

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
<name>weixin4j-server</name> <name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url> <url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description> <description>微信消息netty服务器</description>