com.aliyun.openservices.ons.api.impl.util.NameAddrUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gw-boot-starter-aliyun-ons Show documentation
Show all versions of gw-boot-starter-aliyun-ons Show documentation
A Java Utils Libraray By Geewit
package com.aliyun.openservices.ons.api.impl.util;
import com.aliyun.openservices.shade.com.alibaba.rocketmq.common.MixAll;
/**
* User: yubao.fyb
* Date: 14/12/15
* Time: 11:31
*/
public class NameAddrUtils {
public static String getNameAdd() {
return System.getProperty(MixAll.NAMESRV_ADDR_PROPERTY,
System.getenv(MixAll.NAMESRV_ADDR_ENV));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy