Lombok : constructor is undefined之问题解决
在eclipse-jee中编写spring程序时用到了lombok.Data标记,在使用bean时报错构造函数不存在。查了很多资料,发现很多都不对头。
Spring MVC and the @Data annotation这里的一条回复提醒了我。
I had to add lombok to the Eclipse plugins list like explained on that link
Jan 29 at 10:30
从Eclipse, Spring Tool Suite, (Red Hat) JBoss Developer Studio, MyEclipse看到文档后在eclipse中安装lombok插件,clean项目后报错消失。