摘要: 01-在实体类上加了lombok的@Data注解,却无法使用getter/setter方法的问题1.lomok注解简介序号注解功能1@NonNull帮助我们避免空指针2@Cleanup自动帮我们调用close方法3@Getter自动生成Getter方法4@Setter自动生成Setter方法5@No 阅读全文
posted @ 2020-11-05 23:03 喵酱张-Eric 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 02-myBatisPlus的wrapper接口的使用。 1.直接先上硬菜 序号函数名说明说明/例子 1 eq 等于= eq("name","二狗子") ==> where name = '二狗子' 2 ne 不等于 <> ne("name","二狗子") ==> where name <> '二狗 阅读全文
posted @ 2020-11-05 23:03 喵酱张-Eric 阅读(437) 评论(0) 推荐(0) 编辑