错误|记录(There is no getter for property named ‘null‘ in ‘class)

今天写分布式demo,用mybatis-plus,好久没用了,出现了这个异常,原因是mybatis-plus需要指定@TableId——>在使用mybatis-plus自带的crud时(因为它是通过这个id进行的)
错误|记录(There is no getter for property named ‘null‘ in ‘class)
文章图片

另外如果主键名为id就可以不用标记了
另外mybatis-plus自动生成mvc生成器
【错误|记录(There is no getter for property named ‘null‘ in ‘class)】(40条消息) MyBatis-Plus——代码自动生成器_一心同学的博客-CSDN博客_mybatisplus代码生成器

    推荐阅读