日志¶
slf4j是日志的规范/接口
日志实现工具:log4j/logback/common-logging
logback¶
logback是log4j创始人开发的新一款日志组件。SpringBoot默认采用logback作为日志组件
2021-06-10