MybatisPlus和代码自动生成器

MybatisPlus和代码自动生成器

  • MybatisPlus
    • MybatisPlus简介
    • MybatisPlus基本配置
      • MybatisPlus起步依赖
      • Yaml配置
      • 配置表名映射
      • Mapper继承BaseMapper<实体类> 接口
    • 第一个MybatisPlus案例
      • 自动生成yml和启动类---JBLSpringBootAppliacation插件
      • Service extends IService
      • ServiceImpl extends ServiceImpl implents Service
      • Mapper extends BaseMapper
      • MP条件查询 API

你可能感兴趣的:(MybatisPlus,代码生成器,Mybatis)