Running, building and packaging.
Running the first time
After downloading and extracting the zip package, it is recommended to run the software once and see that it is working.
To start the Spring version, run mvn spring-boot:run
from the terminal or your IDE.
To start the JavaEE version, run mvn wildfly:run
from the terminal or your IDE.