Welcome file not working with html file in spring

前端 未结 6 1185
难免孤独
难免孤独 2020-12-19 10:09

I have given my welcome file in web.xml But when running the application, it is showing 404 error on http://172.16.2.16:8080/sampletest/

It is a spring

6条回答
  •  遥遥无期
    2020-12-19 10:28

    Just add your index.html to webContent folder. Because welcome file is searched in that folder itself.

提交回复
热议问题