System.out.println("IP获取"+request.getRemoteAddr());
String hostAddress = InetAddress.getLocalHost().getHostAddress().toString();
System.out.println("hostAddress:" + hostAddress);
String hostName = InetAddress.getLocalHost().getHostName();
System.out.println("hostName:" + hostName);