Mybatis-plus-join-boot-starter是一个用于Mybatis Plus框架的扩展模块,主要用于支持多表联接查询。以下是使用Mybatis-plus-join-boot-starter的基本步骤: 1.在Maven项目的pom.xml文件中,添加以下依赖: ```xml <dependency> <groupId>com.github.yulichang</groupId> <artifactId>mybatis-plus-join-boot-starter...