spring5.x变动内容

spring5.x的一些变动内容web

findOne

spring jpa 查询函数 findOne 已移除,可以使用 findById(id).get() 来代替。spring

org.springframework.web.util.Log4jConfigListener

该类已移除(@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来代替。函数

相关文章
相关标签/搜索