MyBatis-Plus 与 MyBatis 区别:导入坐标不同;数据层实现简化。
①:在pom.xml手动添加 SpringBoot 整合 MyBatis-Plus 的坐标,可以通过 mvnrepository 获取
②:在dao层里定义数据层借口与映射配置,继承 BaseMapper
③:在application.yml 设置MP相关的配置
这里写 tbl_ 是因为此处表明前缀是tbl_,如果表明前缀是 abc_那么在设置MP相关配置时就写成abc_
标签:abc,MyBatisPlus,SpringBoot,014,MP,MyBatis,Plus From: https://www.cnblogs.com/AronKeener/p/17109873.html