forked from kidgrow-microservices-platform

zhaoxiaohao
2021-02-06 01d42cce4abdbd5d232d241b1b6b662314cf3999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.kidgrow.common.constant;
 
/**
 * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020<br>
 *
 * @Description: 配置项常量<br>
 * @Project: <br>
 * @CreateDate: Created in 2020/2/27 19:58 <br>
 * @Author: <a href="4345453@kidgrow.com">liuke</a>
 */
public interface ConfigConstants {
    /**
     * 是否开启自定义隔离规则
     */
    String CONFIG_RIBBON_ISOLATION_ENABLED = "kidgrow.ribbon.isolation.enabled";
}