springboot 启动没有日志 操作:1、修改日志等级,找到logback-boot.xml文件 2、找到 ,修改日志等级,添加标准输出<root level="INFO"> <appender-ref ref="STDOUT"/> </root> 3、就可以了。