mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 20:29:27 +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