在pom.xml文件中添加:
1 <dependency> 2 <groupId>com.baomidou</groupId> 3 <artifactId>mybatis-plus-boot-starter</artifactId> 4 <version>3.1.1</version> 5 </dependency>
在pom.xml文件中添加:
1 <dependency> 2 <groupId>com.baomidou</groupId> 3 <artifactId>mybatis-plus-boot-starter</artifactId> 4 <version>3.1.1</version> 5 </dependency>
转载于:https://www.cnblogs.com/superisland/p/11016210.html