mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
修改注释内容
This commit is contained in:
parent
3ef1ed59ad
commit
305723961e
@ -3,7 +3,7 @@ package com.mybatisflex.core.datasource.processor;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
/**
|
||||
* 动态数据源 @UseDataSource key 解析处理器,使用时推荐注入 DelegatingDataSourceProcessor{@link DelegatingDataSourceProcessor} 类
|
||||
* 动态数据源 @UseDataSource的value值解析处理器(如表达式解析取值等),使用时推荐使用 DelegatingDataSourceProcessor{@link DelegatingDataSourceProcessor} 实例化
|
||||
* 对动态数据源注解@UseDataSource 增强处理{@link com.mybatisflex.annotation.UseDataSource}
|
||||
*
|
||||
* @author Alay
|
||||
|
||||
@ -62,7 +62,7 @@ public class FlexMapperProxy<T> extends MybatisMapperProxy<T> {
|
||||
finalDsKey = getMethodDsKey(method, proxy);
|
||||
}
|
||||
|
||||
// 对数据源取值进行动态取值处理(#)
|
||||
// 对数据源取值进行动态取值处理
|
||||
if (!StrUtil.isBlank(finalDsKey)) {
|
||||
finalDsKey = DataSourceKey.processDataSourceKey(finalDsKey, proxy, method, args);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user