update md
This commit is contained in:
@@ -15,12 +15,12 @@ base on netty.
|
||||
|
||||
如何使用
|
||||
-------
|
||||
###maven依赖(1.1.0,2015-09-11 released)
|
||||
###maven依赖(1.1.1,2015-09-16 released)
|
||||
|
||||
<dependency>
|
||||
<groupId>com.foxinmy</groupId>
|
||||
<artifactId>weixin4j-server</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
###编写服务启动类
|
||||
明文模式并总是调试输出微信请求信息的服务启动类.
|
||||
|
||||
+1
-1
@@ -326,5 +326,5 @@ public final class WeixinServerBootstrap {
|
||||
return this;
|
||||
}
|
||||
|
||||
public final static String VERSION = "1.1.0";
|
||||
public final static String VERSION = "1.1.1";
|
||||
}
|
||||
Reference in New Issue
Block a user