xuhy
2023-08-11 7a8c46e7acecf0a0275e36f27623ed44db7451fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.stylefeng.guns.core.common.constant;
 
/**
 * 
 * 多数据源的枚举
 *
 * @author fengshuonan
 * @date 2017年3月5日 上午10:15:02
 */
public interface DatasourceEnum {
 
    String DATA_SOURCE_GUNS = "dataSourceGuns";            //guns数据源
    
    String DATA_SOURCE_BIZ = "dataSourceBiz";            //其他业务的数据源
}