[SpringBoot]Welcome 페이지만들기

내용
진행일시
속성

1. SpringBoot에서의 기본적인Welcome Page

resource/static 이 SpringBoot에서 제공하는 기본적인 welcomepage이다.
1.
static폴더 아래 index.html 만들고 서버를 돌리면 .html에 적은 화면을 보여준다
2.
즉 정적페이지이다.

2. thymeleaf 템플릿 엔진

thymeleaf 템플릿엔진은 resource파일 아래 template 하위에 index.html에 파일을 만들어주면된다.
만들기 전 controller를 만들어주어 MVC패턴을 이용하면된다.
2.1 thymeleaf가 SpringBoot에서 흐름