How to serve static html content page in spring-boot

前端 未结 4 1511
孤独总比滥情好
孤独总比滥情好 2020-12-28 15:17

I\'m starting an embedded tomcat via spring-boot and want to serve a static index.html page as part of a running application.

But the follo

4条回答
  •  有刺的猬
    2020-12-28 15:18

    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.

提交回复
热议问题