mybatis报Error instantiating class xxxxxx..xxx with invalid types() or values()的错误

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/lcr_happy/article/details/82902530

原因:
没有无参的构造函数

解决:
添加无参的构造函数即可。

猜你喜欢

转载自blog.csdn.net/lcr_happy/article/details/82902530
今日推荐