mybatis-plus官网地址: https://baomidou.com/
我们 应该在依赖的后面添加一个boot-starter
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
问题解决
mybatis-plus官网地址: https://baomidou.com/
我们 应该在依赖的后面添加一个boot-starter
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
问题解决