springboot 项目获取当前服务的IP端口地址
package com.summergao.config;import org.springframework.beans.factory.annotation.Value;import org.springframework.context.annotation.Configuration;import java.net.InetAddress;im...