package com.gkhy.firework.config; /** * 数据源 */ public enum DataSourceTypeEnum { /** * 主库 */ MASTER, /** * 从库 */ SLAVE }