You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the value of the DataSourceTypeNames enumeration definition to the fully qualified name of the class after the encapsulation of "minbox-datasource-switch"。
DataSourceTypeNames:
/** * {@link javax.sql.DataSource} Types name definition * * @author 恒宇少年 */publicinterfaceDataSourceTypeNames {
/** * The Druid Class Name * * @see com.alibaba.druid.pool.DruidDataSource */StringDRUID = "org.minbox.framework.datasource.support.MinBoxDruidDataSource";
/** * The Hikari Class Name * * @see com.zaxxer.hikari.HikariDataSource */StringHIKARI = "org.minbox.framework.datasource.support.MinBoxHikariDataSource";
}
The text was updated successfully, but these errors were encountered:
Modify the value of the DataSourceTypeNames enumeration definition to the fully qualified name of the class after the encapsulation of "minbox-datasource-switch"。
DataSourceTypeNames:
The text was updated successfully, but these errors were encountered: