Repo containing build artifacts for the java-techjobs-persistent application utilized within the AWS curriculum.
This repo can be cloned and run with the following command line arguments:
This application utilizes openjdk-11
java -DRDS_ENDPOINT="" -DDB_PORT="" -DDB_NAME="" -DDB_USERNAME="" -DDB_PASSWORD="" -DSERVER_PORT="" -jar path/to/build/artifacts/java-techjobs-persistent-artifacts.jar
This application will require a running mysql database with the appropriate database name, password, and username.