摘要:
SpringBoot项目报错:“Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.” 一、编译出问题 仔细看报出的问题,有没 阅读全文
摘要:
因为MP3.2+之后不会缓存实体类的父类字段信息,所以在使用泛型的Lambda表达式时会报错. {@code MybatisPlusException: can not find lambda cache for this entity [com.copm.ifm.base.basic.pojo.B 阅读全文
摘要:
查询条件构造器 QueryWrapper // lt:less than 小于 // le:less than or equal to 小于等于// eq:equal to 等于// ne:not equal to 不等于// ge:greater than or equal to 大于等于// g 阅读全文