严重: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'created_time' in 'class com.smy.pojo.Users'] with root cause
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'created_time' in 'class com.smy.pojo.Users'
原因:实体的属性和传的值映射不一致。
解决办法:如下图,一一对应