从Spring Boot 1.x升级到Spring Boot 2.x时遇到问题

时间:2018-05-08 09:11:01

标签: spring-boot log4j

enter image description here

我已经存在一个使用Java 7的SpringBoot 1.x应用程序。我想将spring引导版本从1.x升级到2.x. 对于升级,我已经在maven pom.xml中将java版本从1.7升级到1.8 在现有的应用程序中,我使用apache log4j(org.apache.log4j。*)进行日志记录。在渐变之后获取log4j的编译错误。

提前致谢。

1 个答案:

答案 0 :(得分:1)

从Spring Boot 1.4开始,log4j(1.x)启动器模块不再可用:

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.4-Release-Notes#deprecations-from-spring-boot-13

您可以切换到log4j2(仍然有启动器模块),或者您必须在POM中手动提供log4j依赖项1.x.