Spring boot docs

1. static 폴더의 index.html을 welcom page로 지정한다.

2. 만약 static 폴더에 index.html이 존재하지 않을 경우, templates 폴더에서 index.html을 찾는다.

3. static 폴더의 index.html이 templates 폴더에 있는 index.html보다 우선순위가 높다.

 

참고

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

- https://rutgo-letsgo.tistory.com/230