In this repository you will find samples and exercises for the code.then() classes.
You can download this repository using git clone.
This command will create a codethen folder with the whole project inside:
git clone https://github.com/fmaylinch/codethen.gitAs you may know, if the repository gets updates, you can update your local copy of the repository by executing...
git pull...from inside the codethen folder.
You may open the project from your favourite editor.
From, IntelliJ IDEA, for example, do the following:
- File > Open...
- Select the
pom.xmlfile in this repository. - Choose "Open as a project".
- You will find the source files at
src/main/java.