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