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

com.feingto.cloud.config.datasource.dynamic.support.RoutingDataSource Maven / Gradle / Ivy

The newest version!
package com.feingto.cloud.config.datasource.dynamic.support;

import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;

/**
 * 数据源路由
 *
 * @author longfei
 */
public class RoutingDataSource extends AbstractRoutingDataSource {
    @Override
    protected Object determineCurrentLookupKey() {
        return DataSourceContext.getDbType();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy