All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenhat.jdbc.ds.DataSourceFactory Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package com.greenhat.jdbc.ds;

import javax.sql.DataSource;

public interface DataSourceFactory {

    /**
     * 获取数据源
     * @return 数据源
     */
    DataSource getDataSource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy