Lombok Requires Annotation Processing

错误:

Lombok安装完成之后,启动项目时出现 Lombok Requires Annotation Processing 的错误提示

Lombok Requires Annotation Processing
        Annotation processing seems to be disabled for the project "xpg". 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"

原文地址:https://www.cnblogs.com/chunshu/p/12963563.html