• 整理MyBatis 2022-8-11


    MyBatis 与 MyBatis Plus 的区别

    MyBatis 本事 apach 的一个开源项目

    MyBatis Plus 是国内一家苞米豆公司对 MyBatis 进行的为此封装

    MyBatis 没有 BaseMapper 接口,需要自己在 xml 文件中写 SQL 语句

    MyBatis 没有条件构造器,需要自己在 xml 中用条件标签写条件子句

    Mapper 接口 与 Mapper.xml 怎么绑定

    通过 xml 文件中的,实现接口与 xml 绑定

    接口中的方法与 xml 中的标签怎么绑定

    xml 中提供了