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來代替。函數

相關文章
相關標籤/搜索