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
Thats because of @RestController annotation, just removing this annotation works for me.