摘要:
报了一个异常 java.lang.ClassCastException: java.util.HashMap cannot be cast to com.....AliPayAccountInfo com....AliPayAccountInfo是实体类的路径 解决: resulttype 对应错误 阅读全文
posted @ 2020-10-29 19:33
未确定
阅读(70)
评论(0)
推荐(0)
摘要:
数据库 字段属性是 timestam 后端 实体属性 Date 后端返回的是json 问题: 传给前端的时候显示的是 时间戳 不是我们想要的格式 解决: 注解 @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")@JsonFormat(timezone = 阅读全文
posted @ 2020-10-29 19:22
未确定
阅读(185)
评论(0)
推荐(0)