
MybatisPlus
'Beyond'
拼错了。。。
展开
-
基于Mybatis Puls查询时sql字段名大小写报错
遇到报错:错误解析: 在数据库中没有找到img_url 列数据库字段名是是大写解决方案:在application.properties中加:mybatis-plus.configuration.map-underscore-to-camel-case=false完美运行原创 2021-04-09 16:35:03 · 1008 阅读 · 0 评论 -
原生MybatisPlus实现分页查询
插件,配置,page原创 2021-03-30 17:08:10 · 394 阅读 · 1 评论 -
MybatisPlus实现简单增删改查
实现步骤:工具:IDEA数据库版本:mysql5.7一、环境搭建创建springboot项目pom.xmlpom.xml : spring web、lombok mysql <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-b原创 2021-03-30 10:45:59 · 485 阅读 · 3 评论 -
基于MybatisPlus报错: Field ‘id‘ doesn‘t have a default value
执行添加操作时候遇到问题报错信息:Field ‘id’ doesn’t have a default value原因: 数据表没设置自增。解决方案:分析详见:基于MybatisPlus报错:Could not set property‘id‘ of ‘class xxxxxxx with value ‘xxxxxxxxxxxxxxxxxxxxxx‘...原创 2021-03-28 22:22:27 · 2708 阅读 · 1 评论 -
基于MybatisPlus报错:Could not set property ‘id‘ of ‘class xxxxxxx with value ‘xxxxxxxxxxxxxxxxxxxxxx‘
Could not set property 'id' of 'class xxxxxxx with value 'xxxxxxxxxxxxxxxxxxxxxx' Cause:原创 2021-03-28 20:23:20 · 6384 阅读 · 0 评论