I\'ve got static folder with following structure:
static
index.html docs/index.html
Spring Boot correctly maps reque
It's not Spring Boot mapping to index.html it's the servlet engine (it's a welcome page). There's only one welcome page (per the spec), and directory browsing is not a feature of the containers.