Exception sending context initialized event to listener instance of class org.springframew

来源:互联网 发布:中美俄在世界地位知乎 编辑:程序博客网 时间:2024/05/16 07:07
报Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener错的原因有很多种,这里就只说我自己的了。 原因是用myeclipse自动生成的bean里面有Timestamp,没有自动构造函数,死活过不了,改成date类型,问题解决。
原创粉丝点击