

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>


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