以下是我的网址参数:
private final static String REST_HOST = "localhost address";
private final static String REST_CONTEXT = "/newwebservices/rest/";
如果我提供本地主机地址,它只能在我的系统中使用。但我需要在不同的系统中运行。
答案 0 :(得分:0)
您可以使用:
InetAddress.getLocalHost().getHostName()
请参阅此处的文档:
http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html