关于@Slf4j中log爆红的问题

这是因为idea中没有安装lombok插件,安装即可。

log.info() 日志方法,以下是依赖

 <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>

关于@Slf4j中log爆红的问题

相关文章:

  • 2022-12-23
  • 2022-01-09
  • 2022-01-09
  • 2022-12-23
  • 2021-06-26
  • 2021-08-07
  • 2021-09-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-10-06
  • 2021-08-01
  • 2021-09-11
  • 2021-12-03
相关资源
相似解决方案