./mvnw clean install
See configuration file.
Options:
- change server port using
--server.port=8081
./mvnw spring-boot:run
or
cd target
java -jar mo-0.0.1-SNAPSHOT.jar
http://localhost:8080/root/api/tests for testing the API
http://localhost:8080/root/api/docs for the API documentation