IDEA报错:Lombok Requires Annotation Processing

1,107 阅读1分钟

 idea报错如下:

Lombok Requires Annotation Processing
Annotation processing seems to be disabled for the project "longmarch-boot". But lombok is on classpath.
For the lombok plugin to function correctly, please enable it under
"Settings > Build > Compiler > Annotation Processors"

 

直接点击 "Settings > Build > Compiler > Annotation Processors" 

或者直接到File → Settings → Build, Execution, Deploymen → Annotation Processors 打开编辑页面

然后设置,把Enable annotation processing 勾选上 之后apply ok完重启idea即可

 具体原因:

有待研究,如有大佬参悟,还望请您下方给怂怂留言,在学习的道路上永不停歇!

另附上如何安装Lombok插件详细教程:

blog.csdn.net/weixin_4397…