Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 562 Bytes

Spring Boot Open Feign Example

A Rest API with an example of Open Feign Rest Client.

This Rest API consumes the Rick and Morty API.

Requirements

  • Java 11
  • Maven

How to run?

  • Run server using:
mvn spring-boot:run
mvn test

To do:

  • Load JSON resources as data for tests;
  • Include other endpoints available at Rick and Morty API.