IDEA报错:Lombok Requires Annotation Processing
分类:
文章
•
2024-02-25 14:43:45
一、问题描述

二、解决方法
- Close your project.
- Settings > Build, Execution, Deployment > Compiler > Annotation Processors. Check ‘Enable annotation processing’.
- Open your project. File > Invalidate Caches / Restart… > Invalidate and Restart Wait for the process completely, then everything will be fine.