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

Spring's Building a RESTful Web Service tutorial could use more details on directory structure #29

Open akanshmurthy opened 8 years ago

akanshmurthy commented 8 years ago

It is not clear where each file should be stored and what folder should house what files. It's not explicitly mentioned and would make the tutorial easier to follow if it did. For instance, indicating that the src/main/java/hello resides within an enclosing folder and that the pom.xml resides that enclosing folder as well.