- 后端:引入 MyBatis Plus 美滋滋

This commit is contained in:
YunaiV
2019-05-11 01:20:01 +08:00
parent 53fff39a6c
commit 25ecc25139
7 changed files with 37 additions and 17 deletions

View File

@@ -21,10 +21,6 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
@@ -44,8 +40,8 @@
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>