
mybatis plus
B3325
这个作者很懒,什么都没留下…
展开
-
mybatis parameterType引入自定义类型报BindingException:Available parameters
mybatis parameterType引入自定义类型报BindingException:Available parameters原创 2023-01-28 11:15:26 · 349 阅读 · 0 评论 -
记一次spring boot 使用mybatis plus的经历
一、pom.xml添加依赖 <!-- mybatis plus 依赖 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</arti...原创 2020-01-10 20:57:45 · 250 阅读 · 0 评论 -
Mybatis plus 使用andNew将条件查询用括号分割
java语句://有很多中Wrapper实现类,我也不是很了解,这里我使用的是EntityWrapper EntityWrapper wrapper = new EntityWrapper(); wrapper.eq("status", status); wrapper.andNew().gt("gmt_end", now).or().isNotNull("days"); Integ...原创 2019-07-14 16:37:44 · 7902 阅读 · 1 评论