- 博客(22)
- 问答 (2)
- 收藏
- 关注
原创 Type handler was null on parameter mapping for property ‘xxxList‘. It was either not specified
你使用 mybatis-plus 自带的 save 方法,你传一个自定义对象到数据库中,你自定义的对象中的某一个字段是你自定义的,无法对应数据库某表的字段,这时,你需要在实体类中将你自定义的字段上加一个。,表示该实体类中的 字段/属性,不属于表中的字段,这样就不会出现映射失败,找不到字段的问题了。@TableField(exist = false) 注解。
2023-08-10 16:17:15
3980
原创 SpringBoot --- 使用 docker 安装使用 Redis 缓存 存储数据
springboot ----- docker 方式 添加 Redis 缓存 , 存储数据 , 阿里云镜像
2022-11-10 15:03:43
901
1
原创 SpringBoot中的 @ComponentScan 注解
SpringBoot 的 @ComponentScan 注解和 @Component 注解的区别
2022-11-07 11:13:06
676
原创 MyBatis Plus 自动填充 ( 元对象处理器接口 --- MetaObjectHandler )
Mybatis Plus 属性字段自动填充 --- ( MetaObjectHandler 接口 )
2022-10-30 14:52:54
435
原创 Mybatis Plus 驼峰映射错误导致的SQL异常
Mybatis Plus 操作数据库表产生的 SQL异常 : Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'xxxx' in 'field list'
2022-10-30 11:10:01
1842
原创 Maven 中的 DependencyManagement 和 Dependencies
Maven 管理依赖 DependencyManagement 元素的作用 以及有什么好处 ?
2022-10-27 16:50:23
769
1
原创 springboot 注解 --- @SpringBootApplication
springboot 的 主启动类上的 @springbootApplication 组合注解 的作用
2022-10-25 22:17:57
179
原创 请求转发(forward) 和 重定向(redirect) 有什么区别 ?
java web 中 重定向 和 转发 的区别 , 以及WEB - INF目录的作用
2022-10-24 21:44:11
877
原创 MySQL 高级 --- 学习笔记 ( 存储引擎, 索引结构, Explain, 索引失效及规避 )
Mysql 高级 学习阶段笔记 ---- ( 存储引擎 , 索引结构 , Join查询 , Explain 执行计划 , 索引失效以及如何避免 )
2022-10-23 15:21:12
448
1
空空如也
关于MOS和电压降的问题
2025-03-26
关于 this 关键字,在多态中通过 this 访问属性,属性的值是看编译类型吗?
2022-03-01
TA创建的收藏夹 TA关注的收藏夹
TA关注的人