3
不贊成在我工作的春天啓動1.4應用程序,我現在有的errorPage類在春季啓動1.4
import org.springframework.boot.context.embedded.ErrorPage;
按照documentation,爲1.4這個類是有利於org.springframework.boot.web.ErrorPage
棄用然而,當我更改代碼以
import org.springframework.boot.web.ErrorPage;
我得到一個錯誤The import org.springframework.boot.web.ErrorPage cannot be resolved
這怎麼解決?
這[doc](http://docs.spring.io/spring-boot/docs/current/api/deprecated-list.html)也必須修復。 – user1408140
這是自動生成的,所以修復另一個也會修復這個問題 –