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