JDK1.7改成1.8後引發的bug

異常信息:java

org.springframework.beans.FatalBeanException: Failed to obtain BeanInfo for class [xxxx(某一實體類)]; nested exception is java.beans.IntrospectionException: type mismatch between read and write methodsspring

緣由:實體類中的get方法返回值和改get方法對應的字段類型不一致致使的,get

好比字段createTime類型是Timestamp,而後get的返回值是Date,這樣子在jdk1.7中不會報錯,可是在1.8就會報如上異常it

相關文章
相關標籤/搜索