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.git
As 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.xml
file in this repository. - Choose "Open as a project".
- You will find the source files at
src/main/java
.