Chore: [后台]:将mybatis替换为mybatisplus

This commit is contained in:
fanxb 2019-11-20 21:11:43 +08:00
parent a56cb3e7d9
commit c08ed759b0

View File

@ -38,10 +38,15 @@
</dependency> </dependency>
<!--mybatis依赖--> <!--mybatis依赖-->
<!-- <dependency>-->
<!-- <groupId>org.mybatis.spring.boot</groupId>-->
<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
<!-- <version>2.0.1</version>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.mybatis.spring.boot</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>
<version>2.0.1</version> <version>3.2.0</version>
</dependency> </dependency>
<!--druid连接池依赖--> <!--druid连接池依赖-->