환경설정(3) : View 환경설정

sylvie·2021년 10월 30일
0

스프링부트

목록 보기
3/11

Welcome Page 만들기

- 위치 : resources/static/index.html

스프링 부트가 제공하는 Welcome Page 기능

- static/index.html 을 올려두면 Welcome page 기능을 제공한다.

https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/spring-boot-features.html#boot-features-spring-mvc-welcome-page

  • 위는 스프링 2.5.5 버전 document의 스프링 welcome pager관련 부분이다.

thymeleaf 템플릿 엔진

thymeleaf 공식 사이트: https://www.thymeleaf.org/
스프링 공식 튜토리얼: https://spring.io/guides/gs/serving-web-content/
스프링부트 메뉴얼: https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/ html/spring-boot-features.html#boot-features-spring-mvc-template-engines

0개의 댓글