java.sql.SQLException: Cannot create com.lang.servlet.entity.Student: com.la

Druid进行数据读取封装的时候,出现
java.sql.SQLException: Cannot create com.lang.servlet.entity.Student:
不能创建该实体类
发现原因是在实体类中没有写无参的构造方法,加上就好了

你可能感兴趣的:(错误总结)