- OpenJDK 1.8
- Maven 3.3+
$ mvn compile -e
$ mvn clean package -e
$ mvn test -e
For the unit test, the REST Api Controller will be the unit on this tests
$ mvn spring:run -e
This is a Spring Boot application and will start Tomcat as Web Application Server at port 8080.
REST Api and GraphQL will be avaible at:
Note, use /pdv as context path for access the REST Api. Also, use /graphiql for GraphQL IDE. GraphQL IDE will be available as an online editor to test the GraphQL Api on this application.