Skip to content

Modify the value defined by DataSourceTypeNames #3

Description

@hengboy

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";
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions