From 320ce768fc4430d4b726fbc7485d115dd2b212ca Mon Sep 17 00:00:00 2001 From: wentch <22250530@qq.com> Date: Wed, 27 Jan 2016 15:36:30 +0800 Subject: [PATCH] --- redkale.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redkale.html b/redkale.html index 6ef3964d5..cf240a2db 100644 --- a/redkale.html +++ b/redkale.html @@ -70,7 +70,7 @@
public final class Bootstrap {
public static void main(String[] args) throws Exception {
- com.swyc.redkale.boot.Application.main(args);
+ org.redkale.boot.Application.main(args);
}
}若需要调试单个Service,可以通过 Application.singleton 方法进行调试: