现象
Lombok安装完成之后,启动项目时出现 Lombok Requires Annotation Processing
的错误提示
16:08 Lombok Requires Annotation Processing
Annotation processing seems to be disabled for the project "leyou".
For the plugin to function correctly, please enable it under
"Settings > Build > Compiler > Annotation Processors"
<br/>
解决方案
依次点 File
→ Settings
→ Build, Execution, Deploymen
→ Annotation Processors
打开编辑页面,勾上 Enable annotation processing
前面的选框,保存重启IDEA即可解决
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。