1. 程式人生 > >springboot工程新增404頁面

springboot工程新增404頁面

 首先在/src/main/resources下建立資料夾/public/error

在資料夾裡建立html頁面,jsp頁面不可以。

<html>
<body>
    <img src="/img/error/404.gif">
</body>
</html>

訪問報錯時觸發