Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring. :: spring-boot http://spring.io/guides/gs/rest-service/

create_directory_structure_hello.asc 559B

1234567891011121314
  1. //
  2. // WARNING: DO NOT EDIT THIS FILE unless you are inside the getting-started-macros repo.
  3. // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
  4. // to see how this macro is used for writing Getting Started guides.
  5. //
  6. === Create the directory structure
  7. In a project directory of your choosing, create the following subdirectory structure; for example, with `mkdir -p src/main/java/hello` on *nix systems:
  8. └── src
  9. └── main
  10. └── java
  11. └── hello