Spring boot doesn't map folder requests to `index.html` files

前端 未结 4 1138
一个人的身影
一个人的身影 2021-01-01 11:58

I\'ve got static folder with following structure:

index.html
docs/index.html

Spring Boot correctly maps reque

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-01 12:23

    Spring boot show index.html by default.

    but index.html should be in /resource/static or /public

    example:

    https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-web-static
    

提交回复
热议问题