- spring initializr 自动包含依赖,也可以在 pom.xml 文件中添加 slf4j 的依赖,指定版本
例如我这边默认版本是 1.7.36
通过添加依赖修改版本为 1.7.32
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version> <!-- 版本号可能会有所不同 -->