Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 459 Bytes

StarWarsPlanetsAPI

Rest service implemented using Thorntail.io, mongodb and hibernate OGM.

To execute the application run:
mvn clean package
next you will need run the following command in the target directory
java -jar starWarsPlanetsAPI-thorntail.jar

instead of those commands, you can run a simple
mvn clear thorntail:run
The documentation can be found on http://localhost:8080/api/swagger.json