org.zodiac.sentinel.nacos.constants.SentinelNacosSystemPropertiesConstants Maven / Gradle / Ivy
The newest version!
package org.zodiac.sentinel.nacos.constants;
import org.zodiac.sentinel.base.constants.SentinelBaseSystemPropertiesConstants;
public interface SentinelNacosSystemPropertiesConstants {
public static interface Zodiac {
String SENTINEL_DATASOURCE_NACOS_PREFIX = SentinelBaseSystemPropertiesConstants.Zodiac.SENTINEL_DATASOURCE_PREFIX + ".nacos";
}
}