提交 49cb06f4 编写于 作者: R roo00

自动启动

上级 4635c7cb
......@@ -66,6 +66,12 @@ public class Node extends ConfigObject {
private Boolean quickStartWebApp;
@FieldDescribe("服务器控制台启动标识")
private String banner;
@FieldDescribe("是否自动启动")
private Boolean autoStart;
public Boolean autoStart() {
return BooleanUtils.isTrue(autoStart);
}
public String getLogLevel() {
// "trace", "debug", "info", "warn", "error" or "off"
......@@ -236,8 +242,4 @@ public class Node extends ConfigObject {
}
public void setQuickStartWebApp(Boolean quickStartWebApp) {
this.quickStartWebApp = quickStartWebApp;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册