1.问题:
the constructor is undefined,意思是某个构造类没有定义。
2.解决
在创建实体的实体的java类中,右键–》
source–》Generate Constructor using Fields
这样,回到错误的地方,错误消失,问题解决。
the constructor xxx is undefined
最新推荐文章于 2024-03-11 13:00:00 发布
1.问题:
the constructor is undefined,意思是某个构造类没有定义。
2.解决
在创建实体的实体的java类中,右键–》
source–》Generate Constructor using Fields
这样,回到错误的地方,错误消失,问题解决。