
Mybatis-Plus
qq_43027333
这个作者很懒,什么都没留下…
展开
-
mybatis动态查询test
<if test="param3.city != null and param3.city != ''"> AND c.city LIKE concat('%',#{param3.city},'%') </if> <if test="param3.address != null and param3.address != ''"> AND c.address LIKE concat('%',#{param3.add..原创 2021-04-20 16:30:16 · 142 阅读 · 0 评论 -
mybatis plus实现增删改查
更新## 通过某个字段进行更新## 通过主键进行更新原创 2021-04-07 14:10:29 · 104 阅读 · 0 评论 -
springboot集成mybatis-plus时注入mapper失败报错
异常信息如下:Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.2018-09-03 14:21:14.274 ERROR 14496 — [ main] o.s.boot.SpringApplication : Application run failedorg.springfr原创 2021-02-11 16:47:01 · 1269 阅读 · 0 评论 -
Spring Boot项目集成MyBaits-Plus提示Invalid bound statement (not found)错误
Spring Boot项目集成MyBaits-Plus提示Invalid bound statement (not found)错误原创 2021-02-10 23:31:22 · 164 阅读 · 0 评论