解决IDEA中使用注@Slf4j注解后使用log.debug/info/error日志报错找不到符号log问题
方法 1:重新安装Lombok插件
点击 file -> settings -> Plugins -> 点击 Marketplace 或 Installed 内进行搜索,如果已安装就卸载重新安装,未安装直接安装
方法 2:启用注解处理
进入file -> settings -> Build,Execution,Deployment -> Compiler -> Annotation Processors -> 勾选 Enable annotation processing 选项启用注解处理