spring5.x的一些变动内容web
spring jpa 查询函数 findOne 已移除,可以使用 findById(id).get() 来代替。spring
该类已移除(@deprecated as of Spring 4.2.1, in favor of Apache Log4j 2
),web.xml中的以下配置出错:apache
<listener> <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> </listener>
可以使用log4j2来代替。函数