新增Weixin4jSettings配置类

This commit is contained in:
jinyu
2016-01-29 09:38:47 +08:00
parent c4bf06d372
commit 2e2d207e76
46 changed files with 717 additions and 464 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
</parent>
<artifactId>weixin4j-server</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description>
@@ -315,5 +315,5 @@ public final class WeixinServerBootstrap {
return this;
}
public final static String VERSION = "1.1.5";
public final static String VERSION = "1.1.6";
}