Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the value defined by DataSourceTypeNames #3

Open
hengboy opened this issue Aug 10, 2020 · 0 comments · Fixed by #4
Open

Modify the value defined by DataSourceTypeNames #3

hengboy opened this issue Aug 10, 2020 · 0 comments · Fixed by #4
Assignees
Labels
feature New features

Comments

@hengboy
Copy link
Member

hengboy commented Aug 10, 2020

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 恒宇少年
 */
public interface DataSourceTypeNames {
    /**
     * The Druid Class Name
     *
     * @see com.alibaba.druid.pool.DruidDataSource
     */
    String DRUID = "org.minbox.framework.datasource.support.MinBoxDruidDataSource";
    /**
     * The Hikari Class Name
     *
     * @see com.zaxxer.hikari.HikariDataSource
     */
    String HIKARI = "org.minbox.framework.datasource.support.MinBoxHikariDataSource";
}
@hengboy hengboy added the feature New features label Aug 10, 2020
@hengboy hengboy self-assigned this Aug 10, 2020
@hengboy hengboy linked a pull request Aug 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant