package com.kidgrow.common.constant; /** * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
* * @Description: 配置项常量
* @Project:
* @CreateDate: Created in 2020/2/27 19:58
* @Author: liuke */ public interface ConfigConstants { /** * 是否开启自定义隔离规则 */ String CONFIG_RIBBON_ISOLATION_ENABLED = "kidgrow.ribbon.isolation.enabled"; }