์คํ๋ง๋ถํธ๊ฐ ์ ๊ณตํ๋ Welcome page ๊ธฐ๋ฅ์ ์ ๊ณตํ๋ค static/index.html์ ์ฌ๋ ค๋๋ฉด Welcome page ๊ธฐ๋ฅ์ ์ ๊ณตํ๋ค.https://docs.spring.io/spring-boot/reference/web/reactive.html#web.reactive.webflux.welcome-page thymeleaf ํ ํ๋ฆฟ ์์งํ์๋ฆฌํ ์ฌ์ดํธ : https://www.thymeleaf.org/ ๋ทฐํ์ด์ง ์๋ ํ์ธ์. ์๋ controller ํจํค์ง ์์ฑ > HelloController ํด๋์ค ์์ฑpackage hello.hello_spring.controller;import org.springframework.stereotype.Controller;import org.springfra..