
com.spt.development.audit.spring.aop.LocalhostFacade Maven / Gradle / Ivy
package com.spt.development.audit.spring.aop;
import java.net.InetAddress;
import java.net.UnknownHostException;
class LocalhostFacade {
String getServerHostName() throws UnknownHostException {
return InetAddress.getLocalHost().getHostName();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy