This commit is contained in:
jinyu
2016-05-07 16:17:28 +08:00
parent 6af5d56fa9
commit 59bf6ff380
9 changed files with 20 additions and 12 deletions
@@ -1,4 +1,4 @@
package com.foximy.weixin4j.example.server;
package com.foxinmy.weixin4j.example.server;
import io.netty.util.internal.logging.InternalLoggerFactory;
@@ -1,4 +1,4 @@
package com.foximy.weixin4j.example.server;
package com.foxinmy.weixin4j.example.server;
import com.foxinmy.weixin4j.exception.WeixinException;
import com.foxinmy.weixin4j.startup.WeixinServerBootstrap;
@@ -28,7 +28,7 @@ public class Weixin4jServerStartupWithoutThread {
/**
* 处理微信消息的全限包名(也可通过addHandler方式一个一个添加)
*/
private static String handlerPackage = "com.foximy.weixin4j.example.server.handler";
private static String handlerPackage = "com.foxinmy.weixin4j.example.server.handler";
/**
* 入口函数 可使用assembly插件打成可执行zip包:https://github.com/foxinmy/weixin4j/wiki/
@@ -1,4 +1,4 @@
package com.foximy.weixin4j.example.server.handler;
package com.foxinmy.weixin4j.example.server.handler;
import org.springframework.stereotype.Component;
@@ -1,4 +1,4 @@
package com.foximy.weixin4j.example.server.handler;
package com.foxinmy.weixin4j.example.server.handler;
import org.springframework.stereotype.Component;
@@ -1,4 +1,4 @@
package com.foximy.weixin4j.example.server.handler;
package com.foxinmy.weixin4j.example.server.handler;
import org.springframework.stereotype.Component;
@@ -1,4 +1,4 @@
package com.foximy.weixin4j.example.server.handler;
package com.foxinmy.weixin4j.example.server.handler;
import org.springframework.stereotype.Component;