P1-3:添加项目依赖dependency:MyBatis-Plus

在pom.xml文件中添加:

1     <dependency>
2         <groupId>com.baomidou</groupId>
3         <artifactId>mybatis-plus-boot-starter</artifactId>
4         <version>3.1.1</version>
5     </dependency>

 

posted @ 2019-06-13 14:07  superisland  阅读(4829)  评论(0编辑  收藏  举报