项目启动的时候使用lambook注解生成的get,set和构造方法报错 cannot find symbol setXXX
报错详情里:
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled
在 IDEA ->Preference中找到compiler,然后在 Shared build process VM options中添加:
-Djps.track.ap.dependencies=false