xuhy
2024-05-28 5470d21a35286abe41fafc25a7deaabefd7c55da
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";            //其他业务的数据源
}