Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 357 Bytes

create_directory_structure_org_hello.adoc

File metadata and controls

13 lines (10 loc) · 357 Bytes

Create the directory structure

In a project directory of your choosing, create the following subdirectory structure; for example, with the following command on Mac or Linux:

mkdir -p src/main/java/org/hello
└── src
    └── main
        └── java
            └── org
                └── hello