启动类添加端口
This commit is contained in:
parent
9a54c46c52
commit
ed5173a84b
|
@ -10,7 +10,7 @@ import com.jfinal.server.undertow.UndertowServer;
|
||||||
public class Main {
|
public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
UndertowServer.start(AppConfig.class);
|
UndertowServer.start(AppConfig.class, 8099, true);
|
||||||
EventLog.info("启动成功");
|
EventLog.info("启动成功");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue