java.lang.NoSuchMethodException: .<init>()

严重: Servlet.service() for servlet [springmvc] in context with path [/SpringMvc-1] threw exception [Request processing failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [cn.wth.base.Bean.Pojo.User]: No default constructor found; nested exception is java.lang.NoSuchMethodException: cn.wth.base.Bean.Pojo.User.<init>()] with root cause
java.lang.NoSuchMethodException: cn.wth.base.Bean.Pojo.User.<init>()

因为User类中缺少无参构造方法导致的

猜你喜欢

转载自www.cnblogs.com/wth21-1314/p/10406032.html