This project was generated with Spring Initializr. \
After downloading the repository, you can build the project by running
$ mvn clean install
Then, you can run the application running java -jar
as shown in the following example
$ java -jar target/ufc-0.0.1-SNAPSHOT.jar
Once the application is running, you can check the documentation generated with Swagger accessing http://localhost:8080/swagger-ui.html