너무 잘 설명이 되어 있어서 링크로 대체합니다.
https://medium.com/@hyunalee419/spring-boot-custom-error-page-4258cd37f05c
[Spring Boot] custom error page
웹사이트를 운영하다보면 404, 500 등의 에러페이지를 서버에서 기본으로 제공해주는 화면이 아닌 각 사이트의 디자인에 맞춰 변경해야 한다.
medium.com
아래는 공식 사이트 레퍼런스입니다.
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
'소프트웨어 > 웹' 카테고리의 다른 글
[Spring/JPA] RestController에서 텍스트 형태의 JSON string 데이터 처리 (0) | 2021.10.22 |
---|---|
[Spring-Maven] Maven 빌드 시 JUnit Test 하지 않도록 설정하기 (0) | 2021.04.06 |
[Spring boot] VS Code Spring Boot Extension의 app이 안보이는 현상 해결 (8) | 2021.03.17 |
[Spring boot | thymeleaf] pom.xml의 데이터를 가져와서 화면에 할당하는 방법 (3) | 2020.08.25 |
[Spring boot] JUnit 테스트가 안되는 경우 (0) | 2020.07.30 |