原因是:在创建实体类的时候吧date类型写成data导致类型不匹配

Type handler was null on parameter mapping for property 'createTime'. It was either not specified and/or could not be found for the javaType (javax.xml.crypto.Data) : jdbcType (null) combination.

Type handler was null on parameter mapping for property 'createTime'. It was either not specified and/or could not be found for the javaType (javax.xml.crypto.Data) : jdbcType (null) combination.

原因是:在创建实体类的时候吧date类型写成data导致类型不匹配

此处总结:在写实体类时要注意一些类型的导包,不要导错

最新文章

  1. 纯CSS实现二级下拉导航菜单
  2. C#与数据库访问技术总结(十八)
  3. UUChart的使用--iOS绘制折线图
  4. java 选择排序法
  5. java.lang.ClassNotFoundException: org.apache.http.util.Args
  6. SVG 2D入门2 - 图形绘制
  7. nodejs 安装 postgresql module
  8. High bridge, low bridge(离散化, 前缀和)
  9. 从实例谈OOP、工厂模式和重构
  10. oracle 数据字典和动态性能视图
  11. MO_GLOBAL - EBS R12 中 Multi Org 设计的深入研究 (3)
  12. mysql中各种日期数据类型及其所占用的空间
  13. arch xfce快捷键
  14. docker_flannel
  15. 查看当前APP打开的是哪个Activity
  16. MetaMask/metamask-inpage-provider
  17. JDK1.6在LINUX下的安装配置[转]
  18. TortoiseGit 访问https远程仓库,上报SSL证书错误解决方法
  19. 【python】argparse学习(转)
  20. 配置nginx作为下载站点

热门文章

  1. HTML与HTTP协议
  2. Go vs Java vs C# 语法对比
  3. Ubuntu18修改/迁移mysql5.7数据存放路径
  4. jquery-easyui环境的搭建及测试
  5. 四路4 GSPS@ 12 bit,四路12 GSPS@16 位4T4R 射频芯片AD9988
  6. netty系列之:channel和channelGroup
  7. AI 神经网络学习
  8. Spring中的Environment外部化配置管理详解
  9. 五、MyBatis缓存初体验
  10. Spring Boot Starter 理解