GroupA API
- The following environment variables need to be set to enable database connection:
DB_USERNAME
DB_PASSWORD
DB_HOST
DB_NAME
- Run
mvn clean install -DskipTests=trueto build your application - Start application with
java -jar target/JavaWebService-1.0-SNAPSHOT.jar server config.yml - To check that your application is running enter url
http://localhost:8080
To see your applications Swagger UI http://localhost:8080/swagger
- Run
mvn clean testto run unit tests - Run
mvn clean integration-testto run integration tests