1.springboot - starter

springboot+mybatisplus+通用mapper的综合使用

2. pom.xml

springboot+mybatisplus+通用mapper的综合使用

springboot+mybatisplus+通用mapper的综合使用

3.application.properties

springboot+mybatisplus+通用mapper的综合使用

4. Application.java

springboot+mybatisplus+通用mapper的综合使用

   注意@MapperScan注解的包要导tk.*的包(也即通用mapper的包)

到此, 可以进行curd操作了!

相关文章: