IDEA报错:Lombok Requires Annotation Processing

现象

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"

解决方案

依次点 FileSettingsBuild, Execution, DeploymenAnnotation Processors 打开编辑页面,勾上 Enable annotation processing 前面的选框,保存重启IDEA即可解决
在这里插入图片描述

你可能感兴趣的:(工具操作,IDEA,Lombok,Requires,Annotation,Processi)