类 ServerInfo
java.lang.Object
cn.dreamfame.core.launch.server.ServerInfo
- 所有已实现的接口:
org.springframework.beans.factory.SmartInitializingSingleton
@AutoConfiguration
public class ServerInfo
extends Object
implements org.springframework.beans.factory.SmartInitializingSingleton
- 作者:
- dreamfame
-
字段详细资料
-
serverProperties
private final org.springframework.boot.autoconfigure.web.ServerProperties serverProperties -
hostName
-
ip
-
port
-
ipWithPort
-
-
构造器详细资料
-
ServerInfo
@Autowired(required=false) public ServerInfo(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
-
-
方法详细资料
-
afterSingletonsInstantiated
public void afterSingletonsInstantiated()- 指定者:
afterSingletonsInstantiated在接口中org.springframework.beans.factory.SmartInitializingSingleton
-