主题 : 后台路径修改之后报错,但是好奇怪
级别: 童生
UID: 70964
积分:16 加为好友
威望: 1 精华: 0
主题:1 回复:16
注册时间:2014-12-22
在线时长:0
1#   发表于:2015-09-20 21:14:33  IP:42.70.*.*
报的是日期格式的错误,2013-09-10 10:38:52 时间格式冒号后面有空格好像但是前台传过来的没有空格的

Field error in object 'content' on field 'sortDate': rejected value [2013-09-10 10:38:52]; codes [typeMismatch.content.sortDate,typeMismatch.sortDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [content.sortDate,sortDate]; arguments []; default message [sortDate]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'sortDate'; nested exception is java.lang.IllegalArgumentException: Could not parse date: Unparseable date: "2013-09-10 10:38:52"]] with root cause
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'content' on field 'sortDate': rejected value [2013-09-10 10:38:52]; codes [typeMismatch.content.sortDate,typeMismatch.sortDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [content.sortDate,sortDate]; arguments []; default message [sortDate]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'sortDate'; nested exception is java.lang.IllegalArgumentException: Could not parse date: Unparseable date: "2013-09-10 10:38:52"]
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doBind(HandlerMethodInvoker.java:818)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.resolveHandlerArguments(HandlerMethodInvoker.java:367)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:171)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:440)
at org.springframework.web.servlet.m
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
2#   发表于:2015-09-21 08:30:30  IP:111.82.*.*
改了有问题那就还原回来
1
1 共1页