This repository is a copy of the HelloFrontController
demo we recently delpoyed on an AWS EC2 Instance.
- Clone your personal repo onto your local machine and open it in your IDE.
- Go to
connection.properties
. Modify thehost
in theJDBC URL
so that it reflects the endpoint to your RDS. - We will first build a test suite to test our service layer within the
src/test/java
folder. - After building the test suite, push all changes to this remore repository.
After setting up the test suite for our dummy application, we will add a Github webhook so that every time a change is pushed to the remote repo of this app, it will trigger a Jenkins Build Job that runs our tests. 🤖
THIS IS CALLED CONTINUOUS INTEGRATION