SpringBoot之自定義錯誤頁面

 SpringBoot 默認配置: 如果是瀏覽器請求URL錯誤,返回錯誤頁面;如果是postman等非瀏覽器客戶端請求URL錯誤,返回 json 數據: SpringBoot源碼: @Controller @RequestMapping({"${server.error.path:${error.path:/error}}"}) public class BasicErrorController
相關文章
相關標籤/搜索