SpringBoot开发(8)——Mybatis-plus
在pom.xml中添加mybatis-plus依赖 <!–mybatis-plus依赖–> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.5.2… 阅读更多 »SpringBoot开发(8)——Mybatis-plus
在pom.xml中添加mybatis-plus依赖 <!–mybatis-plus依赖–> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.5.2… 阅读更多 »SpringBoot开发(8)——Mybatis-plus