happy new year(:

This commit is contained in:
jinyu
2016-02-05 09:43:55 +08:00
parent d0b4066862
commit 22f9511f0e
8 changed files with 38 additions and 15 deletions
+5 -1
View File
@@ -130,4 +130,8 @@
* 2015-12-31
+ version upgrade to 1.1.5
+ version upgrade to 1.1.5
* 2015-02-04
+ version upgrade to 1.1.6
+2 -2
View File
@@ -15,12 +15,12 @@ base on netty.
如何使用
-------
###maven依赖(1.1.5,2015-12-31 released)
###maven依赖(1.1.6,2016-02-04 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
###编写服务启动类
明文模式并总是调试输出微信请求信息的服务启动类.