mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-21 06:32:08 +08:00
⚡ ServerInfo增加properties
This commit is contained in:
parent
53637a3e5b
commit
cf2c785df5
|
|
@ -61,4 +61,7 @@ public class ServerInfo {
|
||||||
return this.ipWithPort;
|
return this.ipWithPort;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ServerProperties getServerProperties() {
|
||||||
|
return this.serverProperties;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user