类 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

      private String hostName
    • ip

      private String ip
    • port

      private Integer port
    • ipWithPort

      private String ipWithPort
  • 构造器详细资料

    • ServerInfo

      @Autowired(required=false) public ServerInfo(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
  • 方法详细资料

    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      指定者:
      afterSingletonsInstantiated 在接口中 org.springframework.beans.factory.SmartInitializingSingleton