2018-08 【bug汇总】
摘要:1. 问题描述:更细参数时更新失败。 报错信息:无报错信息,返回为成功。 问题分析:代码查看逻辑无问题。说明可能不是逻辑的问题,dubug查看发现,参数并没有传入进来,查看传递参数的requestBean,发现注解并未缺少。然后查看相应的Controller 解决方法: 发现是忘记加RequestB
阅读全文
报错【org.springframework.validation.BeanPropertyBindingResult】
摘要:报错内容:org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'price' on field 'endTime': rejected value [2018-07-31];
阅读全文
org.springframework.dao.InvalidDataAccessApiUsageException报错
摘要:2018-01-09 18:12:29,980 [qtp1501019626-21] ERROR - 外部接口调用方法【TestController$$EnhancerBySpringCGLIB$$825c015b.testDemo6】异常:org.springframework.dao.Inval
阅读全文
Invocation of init method failed; nested exception is java.text.ParseException: '?' can only be specfied for Day-of-Month or Day-of-Week.
摘要:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cronTrigger' defined in file [C:\Users\bxk\Desktop\ssm02\targe
阅读全文
使用solr报错
摘要:2017-11-15 20:15:18 错误介绍: 错误原因:url错误 错误解决:换成正确
阅读全文