All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.macrocloud.kernel.launch.constant.SentinelConstant Maven / Gradle / Ivy

The newest version!
package org.macrocloud.kernel.launch.constant;

/**
 * sentinel配置.
 *
 */
public interface SentinelConstant {

	/**
	 * sentinel 地址
	 */
	String SENTINEL_ADDR = "127.0.0.1:8858";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy