spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
521 stars 204 forks source link

Documentation issue for Serving Web Content with Spring MVC #32

Closed DanielLupu closed 7 years ago

DanielLupu commented 7 years ago

The spring documentation for creating an application with Spring Boot, see link _https://spring.io/guides/gs/serving-web-content/#_add_a_home_page_ is pointing to a wrong path for creating the index.html file. It should be created under src/main/resources/static/index.html instead of src/main/resources/index.html