I\'ve got static folder with following structure:
static
index.html docs/index.html
Spring Boot correctly maps reque
Spring boot show index.html by default.
but index.html should be in /resource/static or /public
example:
https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-web-static