Spring Boot 實現ErrorController接口處理40四、500等錯誤頁面

在項目中咱們遇到404找不到的錯誤、或者500服務器錯誤都須要配置相應的頁面給用戶一個友好的提示,而在Spring Boot中咱們須要如何設置。php 咱們須要實現ErrorController接口,重寫handleError方法。java package com.ciyou.edu.controller import org.springframework.boot.autoconfigure
相關文章
相關標籤/搜索