- Go to the base project directory.
- Invoke "mvn clean package" to package the app.
- Then invoke "java -jar target/tennis-stats-api-0.0.1-SNAPSHOT.jar" to run the app.
- Navigate to http://localhost:8080/swagger-ui.html to use the generated user interface to interact with the REST endpoints.