1. 日志初始化应该这么写

    private static final Logger LOGGER=LoggerFactory.getLogger(TestController.class);

 注: 引入的包

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

 

相关文章:

  • 2022-01-30
  • 2021-06-17
  • 2021-12-17
  • 2021-05-20
  • 2021-12-07
猜你喜欢
  • 2021-04-20
  • 2022-01-07
  • 2022-12-23
  • 2021-11-23
  • 2021-10-24
  • 2021-07-23
  • 2021-11-28
相关资源
相似解决方案