类 MapperLocations
java.lang.Object
cn.iosd.starter.datasource.mybatis.MapperLocations
定义 MybatisPlus mapper-locations 配置
- 作者:
- ok1996
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static MapperLocations简洁方式 创建 MapperLocations 对象static MapperLocations简洁方式 创建 MapperLocations 对象voidsetLocations(List<String> locations)
-
构造器详细资料
-
MapperLocations
public MapperLocations() -
MapperLocations
-
MapperLocations
-
-
方法详细资料
-
getLocations
-
setLocations
-
of
简洁方式 创建 MapperLocations 对象- 参数:
location- 资源路径- 返回:
- MapperLocations 对象
-
of
简洁方式 创建 MapperLocations 对象- 参数:
locations- 资源路径- 返回:
- MapperLocations 对象
-