I am new to Spring Boot and I am trying to add a simple html page for my project At the moment, my project's structure is the following:
Having read the following: https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot
and other answers in StackOverflow, I'd expect to see the contents of index.html when I visit http://localhost:8080/
What could I be missing?
