mvn packageThis will result in the code being compiled and tests from src/test being run.
The result will be an executable file in the target directory, named e-commerce-trunk.jar
java -jar e-commerce-trunk.jarThis will result in project being run on port 8080.
The Swagger UI is accessible at: http://localhost:8080/swagger-ui/index.html.
mvn integration-testThis will result in running the integration tests from folder src/it.
These tests check persistence mechanism and a series of http requests.