DataSourceNames.java 224 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
package com.govmade.datasources;

/**
 * 增加多数据源,在此配置
 *
 * @author chenshun
 * @email sunlightcs@gmail.com
 * @date 2017/8/18 23:46
 */
public interface DataSourceNames {
	String GOVMADE = "govmade";
}