https://start.spring.io/

프로젝트 생성

image.png

image.png


View 환경설정

Welcome Page 만들기

<resources/static/index.html>

`<!DOCTYPE HTML>
<html>
<head>
    <title>Hello</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
Hello
<a href="/hello">hello</a>
</body>
</html>

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

image.png

image.png

https://docs.spring.io/spring-boot/reference/web/reactive.html#web.reactive.webflux.welcome-page

thymeleaf 템플릿 엔진