개발강의정리/Spring

[스프링 부트 개념과 활용] 4-9. 스프링 웹 MVC 6부: index 페이지와 파비콘

nineDeveloper 2019. 11. 10.
728x90

스프링 부트 개념과 활용

4. 스프링 부트 활용

포스팅 참조 정보

GitHub

공부한 내용은 GitHub에 공부용 Organizations에 정리 하고 있습니다

해당 포스팅에 대한 내용의 GitHub 주소

실습 내용이나 자세한 소스코드는 GitHub에 있습니다
포스팅 내용은 간략하게 추린 핵심 내용만 포스팅되어 있습니다

https://github.com/freespringlecture/springboot-concept-uses/tree/chap04-09-06-mvc-index_favicon

 

freespringlecture/springboot-concept-uses

백기선님의 스프링 부트 개념과 활용 강의 내용 정리. Contribute to freespringlecture/springboot-concept-uses development by creating an account on GitHub.

github.com

해당 포스팅 참고 인프런 강의

https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8/dashboard

 

스프링 부트 개념과 활용 - 인프런

스프링 부트의 원리 및 여러 기능을 코딩을 통해 쉽게 이해하고 보다 적극적으로 사용할 수 있는 방법을 학습합니다. 중급 프레임워크 및 라이브러리 Spring Spring Boot 온라인 강의

www.inflearn.com

실습 환경

  • Java Version: Java 11
  • SpringBoot Version: 2.1.2.RELEASE

9. 스프링 웹 MVC 6부: index 페이지와 파비콘

웰컴 페이지

Application / 요청했을 때 호출되는 페이지
지정이 안되어있으면 SpringBoot의 기본적인 ErrorHandler가 보여주는 Error 페이지가 나타남
정적페이지(index.html)를 보여주는 방법과 동적페이지(템플릿 엔진 사용)를 보여주는 방법 두가지가 있음

  • 기본 리소스 위치에 index.html 찾아 보고 있으면 제공
  • index.템플릿 찾아 보고 있으면 제공
  • 둘 다 없으면 에러 페이지

favicon

  1. 파비콘 만들기 ​https://favicon.io/
  2. favicon.ico 파일을 static 폴더에 복사 후 Build Project
  3. 파비콘이 안바뀔 때 - Build - Rebuild Project
    https://stackoverflow.com/questions/2208933/how-do-i-force-a-favicon-refresh
728x90

댓글

💲 추천 글