JavaEE example of a RESTful API using Java EE.
This API serves provider's information on the following format:
{"comment":"Coment Test","email":"ffraporti@gmail.com","cnpj":"12345678901","name":"Felipe","id":1}
- JDK v1.8
- Tomcat v9.02
- Jersey Server v1.9
- Jersey JSON v1.9
- JUnit v4.2
- Maven 3