public class ServerInfo extends Object implements org.springframework.beans.factory.SmartInitializingSingleton
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
hostName |
private String |
ip |
private String |
ipWithPort |
private Integer |
port |
private org.springframework.boot.autoconfigure.web.ServerProperties |
serverProperties |
| 构造器和说明 |
|---|
ServerInfo(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties) |
private final org.springframework.boot.autoconfigure.web.ServerProperties serverProperties
private String hostName
private String ip
private Integer port
private String ipWithPort
Copyright © 2019. All rights reserved.