Springboot整合mybatis-plus
摘要:Springboot整合mybatis-plus maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.or
阅读全文
Spring整合Mybatis-Plus
摘要:Spring整合Mybatis-Plus 实现查询User 编写jdbc.properties jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql:///mp jdbc.username=root jdbc.password=root pom依
阅读全文
Mybatis-Plus介绍
摘要:Mybatis-Plus介绍 Mybatis-Plus概念 Mybatis-Plus介绍 官网https://mybatis-plus/或https://mp.baomidou.com/ mybatis-plus(简称MP)是一个Mybatis的增强工具,在Mybatis的基础上只做增强不做改变,为
阅读全文