mybatis-plus-join:支持连表查询的mybatis-plus,mybatis-plus风格的连表操作提供wrapper.leftJoin(),wrapper.rightJoin()等操作

时间:2021-03-15 10:59:17
【文件属性】:
文件名称:mybatis-plus-join:支持连表查询的mybatis-plus,mybatis-plus风格的连表操作提供wrapper.leftJoin(),wrapper.rightJoin()等操作
文件大小:58KB
文件格式:ZIP
更新时间:2021-03-15 10:59:17
Java mybatis加联接 支持连表查询的 使用方法 通用连表包装 安装 在项目中添加依赖 < dependency> < groupId>com.github.yulichang < artifactId>mybatis-plus-join < version>1.1.1 或者克隆代码到本地,执行mvn install,再重新以上依赖 添加配置文件 @Configuration public class MybatisPlusConfig { /** * 启用连表拦截器 */ @Bean public MybatisPlusInterceptor paginationInterceptor () {
【文件预览】:
mybatis-plus-join-master
----src()
--------main()
----LICENSE(11KB)
----pom.xml(2KB)
----README.md(10KB)
----ossrh.xml(5KB)

网友评论