I\'m starting an embedded tomcat via spring-boot and want to serve a static index.html page as part of a running application.
spring-boot
index.html
But the follo
My fault: I had an additional class with @EnableWebMvc annotation. This somehow messed up the spring-boot autoconfiguration. I removed it and now it works returning index.html.
@EnableWebMvc