文章目录
-
-
-
- 一、问题描述
- 二、解决方案
-
-
一、问题描述
-
在
IntelliJ IDEA
安装了Lombok
插件以后,每次启动项目都会出现Lombok Requires Annotation Processing
的错误提示: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"
二、解决方案
-
临时方案
在提示信息的后面点击
enable
即可 -
永久方案
-
打开
IntelliJ IDEA
的设置面板 -
依次打开
Build,Execution,Deployment
?Compiler
?Annotation Processors
-
按照如图将
Enable annotation processing
勾选、确定即可
-