728x90
1. resources밑의 폴더에 error 폴더를 만들고 그 안에 Error로 html을 만든다. (resources/static/error/)
5xx.html은 500번대의 에러 페이지
404.html은 404 에러 페이지를 정의한다.
2. Error.html을 만든다. (404.html)
3. 404 Error Page를 확인해보자 !
다음과 같이 404에러 발생 시 404.html에서 설정한 페이지를 확인할 수 있다.
Customizing 완료!!
728x90
'Spring Boot' 카테고리의 다른 글
[Spring Boot] template might not exist or might not be accessible by any of the configured template resolvers 오류 해결 (0) | 2020.11.26 |
---|---|
[Spring Boot] Thymeleaf 리소스 변경 시 Live reload 적용 오류 해결 방법 (2) | 2020.08.26 |
[Spring Boot] Spring Boot 2.2.x Version 에서 JUnit5 to JUnit4 (0) | 2020.08.18 |
[Spring Boot] Customizing the Banner (0) | 2020.08.18 |
[Spring Boot] @RequestParam 이란? (0) | 2020.07.05 |