A Rest API with an example of Open Feign Rest Client.
This Rest API consumes the Rick and Morty API.
- Java 11
- Maven
- Run server using:
mvn spring-boot:run
-
Access the Swagger through the URL: http://localhost:8080/swagger-ui/
-
To run the test suite use:
mvn test
- Load JSON resources as data for tests;
- Include other endpoints available at Rick and Morty API.