Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 289 Bytes

create_directory_structure_hello.adoc

File metadata and controls

8 lines (6 loc) · 289 Bytes

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