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

com.github.ltsopensource.store.jdbc.datasource.DataSourceProvider Maven / Gradle / Ivy

package com.github.ltsopensource.store.jdbc.datasource;

import com.github.ltsopensource.core.cluster.Config;
import com.github.ltsopensource.core.spi.SPI;
import com.github.ltsopensource.core.constant.ExtConfig;

import javax.sql.DataSource;

/**
 * @author Robert HG ([email protected]) on 10/24/14.
 */
@SPI(key = ExtConfig.JDBC_DATASOURCE_PROVIDER, dftValue = "mysql")
public interface DataSourceProvider {

    DataSource getDataSource(Config config);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy