随笔分类 -  mybatis-plus

摘要:第一步:在application.xml 里面配置 mybatis-plus: mapper-locations: classpath:/mapper/**/*.xml global-config: db-config: id-type: auto logic-delete-value: 1 log 阅读全文
posted @ 2020-11-17 16:04 呆马and鸽子 阅读(433) 评论(0) 推荐(0)
摘要:1.首先新建一个springboot 项目 2.配置pom.xml文件 //这是自动配置pojo类的包,这样我们就不用再pojo 里面写set ,get方法,和构造方法 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lom 阅读全文
posted @ 2020-08-20 23:34 呆马and鸽子 阅读(1660) 评论(0) 推荐(0)