摘要:
在springboot启动类方法实现org.springframework.boot.CommandLineRunner接口 阅读全文
摘要:
@Slf4j可以省略private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(LogExample.class); 可以直接使用log变量打印info级别以上的的日志,debug默认不打印; log变量 阅读全文