随笔分类 - 遇到的一些其他问题
暂时未分类放入问题
摘要:01-在实体类上加了lombok的@Data注解,却无法使用getter/setter方法的问题1.lomok注解简介序号注解功能1@NonNull帮助我们避免空指针2@Cleanup自动帮我们调用close方法3@Getter自动生成Getter方法4@Setter自动生成Setter方法5@No
阅读全文
摘要:02-myBatisPlus的wrapper接口的使用。 1.直接先上硬菜 序号函数名说明说明/例子 1 eq 等于= eq("name","二狗子") ==> where name = '二狗子' 2 ne 不等于 <> ne("name","二狗子") ==> where name <> '二狗
阅读全文

浙公网安备 33010602011771号