request.js?b775:101 Uncaught (in promise) Error: Failed to convert value of type 'java.lang.Str

request.js?b775:101 Uncaught (in promise) Error: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For input string: "undefined" at _default (request.js?b775:101:1)

数据库实体类类型比对

 

 实体类id要写个@JsonFormat(shape = JsonFormat.Shape.STRING)

 

 时间写这个

 

 vue的时间显示格式:

 

相关文章

HashMap是Java中最常用的集合类框架,也是Java语言中非常典型...
在EffectiveJava中的第 36条中建议 用 EnumSet 替代位字段,...
介绍 注解是JDK1.5版本开始引入的一个特性,用于对代码进行说...
介绍 LinkedList同时实现了List接口和Deque接口,也就是说它...
介绍 TreeSet和TreeMap在Java里有着相同的实现,前者仅仅是对...
HashMap为什么线程不安全 put的不安全 由于多线程对HashMap进...