Spring's default log output is changed to slf4j+logback

Spring uses the commons-logging log package
to add dependencies

<dependency>
	<groupId>org.slf4j</groupId>
	<artifactId>slf4j-api</artifactId>
	<version

Guess you like

Origin blog.csdn.net/huangbaokang/article/details/113609743