Spring Boot 自定義錯誤頁

首先在控制器中創建異常的請求  @Controller public class HelloWorldController { @RequestMapping("/hello") public String hello() { int i = 1/0; return hello; } } 一、簡單配置    1. 在 resource->static下創建 err
相關文章
相關標籤/搜索