A sample Java application is prepared in the git repository fstehle/workshop-java-docker-aws on Github.
Clone this git repository to get started.
Clone the respository with SSH:
git clone git@github.com:fstehle/workshop-java-docker-aws.git
or clone it with HTTPS:
git clone https://github.com/fstehle/workshop-java-docker-aws.git
After cloning it change to the directory:
cd workshop-java-docker-aws
Have a look in the README.md to see how to build the project and run the tests:
cat README.md
Run the test with the following command:
make test
Build the project with the following command:
make build
This should create a war file in the build/libs
directory.
Have a look if it was created:
ls -lah build/libs/