解决IDEA中使用注@Slf4j注解后使用log.debug/info/error日志报错找不到符号log问题

解决IDEA中使用@Slf4j注解后使用log.debug/info/error日志报错找不到符号log问题

  • 方法 1:重新安装Lombok插件
  • 方法 2:启用注解处理

方法 1:重新安装Lombok插件

点击 file -> settings -> Plugins -> 点击 MarketplaceInstalled 内进行搜索,如果已安装就卸载重新安装,未安装直接安装
解决IDEA中使用注@Slf4j注解后使用log.debug/info/error日志报错找不到符号log问题_第1张图片

方法 2:启用注解处理

进入file -> settings -> Build,Execution,Deployment -> Compiler -> Annotation Processors -> 勾选 Enable annotation processing 选项启用注解处理
解决IDEA中使用注@Slf4j注解后使用log.debug/info/error日志报错找不到符号log问题_第2张图片

你可能感兴趣的:(IDEA,intellij,idea,java)