본문 바로가기

소프트웨어/웹

[Spring boot] 에러 페이지 처리

너무 잘 설명이 되어 있어서 링크로 대체합니다.

 

https://medium.com/@hyunalee419/spring-boot-custom-error-page-4258cd37f05c

 

[Spring Boot] custom error page

웹사이트를 운영하다보면 404, 500 등의 에러페이지를 서버에서 기본으로 제공해주는 화면이 아닌 각 사이트의 디자인에 맞춰 변경해야 한다.

medium.com

 

아래는 공식 사이트 레퍼런스입니다.

https://docs.spring.io/autorepo/docs/spring-boot/current/reference/htmlsingle/#boot-features-error-handling-custom-error-pages

 

Spring Boot Reference Documentation

This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe

docs.spring.io