springBoot项目启动去掉多余的启动日志:
因为在 LoggingApplicationListener 中设置了项目的日志等级为 level ,
在项目的yml文件中添加一行代码
logging.level.org.springframework.boot.autoconfigure: error
关闭这个设置就OK了
springBoot项目启动去掉多余的启动日志:
因为在 LoggingApplicationListener 中设置了项目的日志等级为 level ,
在项目的yml文件中添加一行代码
logging.level.org.springframework.boot.autoconfigure: error
关闭这个设置就OK了