springBoot项目启动去掉多余的启动日志:

因为在 LoggingApplicationListener 中设置了项目的日志等级为 level ,

在项目的yml文件中添加一行代码

logging.level.org.springframework.boot.autoconfigure: error
关闭这个设置就OK了

相关文章:

  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-07-25
  • 2021-11-24
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-08-25
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案