框架集成MyBatis-Plus使得编码更加方便

This commit is contained in:
wuyibo
2023-08-30 16:20:17 +08:00
parent 3c42eee7bf
commit 6653d88b69
162 changed files with 464 additions and 554 deletions

View File

@@ -116,11 +116,16 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- mybatis-flex -->
<!-- mybatis-plus-->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<!-- mybatis-flex -->
<!-- <dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
</dependency>
</dependency>-->
<!-- Swagger -->
<dependency>
<groupId>io.swagger</groupId>