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

com.anwen.mongo.handlers.DataSourceHandler Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.handlers;

/**
 * 动态数据源处理器
 * @author anwen
 * @date 2024/7/9 下午5:14
 */
public interface DataSourceHandler {

    /**
     * 获取数据源
     * @param dsName {@link com.anwen.mongo.annotation.datasource.MongoDs}注解的value的值
     * @author anwen
     * @date 2024/7/9 下午5:15
     */
    String getDataSource(String dsName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy