mybatis-plus快速启动

1. 框架搭建

  1.1 引入jar包

    

  1.2 配置application.yml

    

  1.3 配置mybatis-plus

    

   

  1.4 启动类添加扫描mapper

    

 

2. 代码块

  2.1 service

   

 

  2.2 impl

    

   

  2.3 mapper

   

 

   

  2.4 mapper.xml

 

    

 

  2.5 实体类

    

 

posted @ 2021-12-07 11:09  921341593  阅读(98)  评论(0编辑  收藏  举报