❓ Chore: [后台]:将mybatis替换为mybatisplus
This commit is contained in:
parent
a56cb3e7d9
commit
c08ed759b0
@ -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连接池依赖-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user