Package | Description |
---|---|
com.jfinal.server |
Modifier and Type | Class and Description |
---|---|
class |
JettyServerForIDEA
IDEA 专用于在 IDEA 之下用 main 方法启动,原启动方式在 IDEA 下会报异常
注意:用此方法启动对热加载支持不完全,只支持方法内部修改的热加载,不支持添加、删除方法
不支持添加类文件热加载,建议开发者在 IDEA 下使用 jrebel 或者 maven 下的 jetty
插件支持列为完全的热加载
|
Modifier and Type | Method and Description |
---|---|
static IServer |
ServerFactory.getServer() |
static IServer |
ServerFactory.getServer(int port) |
static IServer |
ServerFactory.getServer(int port,
String context) |
static IServer |
ServerFactory.getServer(int port,
String context,
int scanIntervalSeconds) |
static IServer |
ServerFactory.getServer(String webAppDir,
int port,
String context) |
static IServer |
ServerFactory.getServer(String webAppDir,
int port,
String context,
int scanIntervalSeconds)
Return web server.
|
Copyright © 2018. All rights reserved.