Skip to content

Using the REST Client (Spring Cloud Open Feign) with Spring Boot

Notifications You must be signed in to change notification settings

luisbilecki/springboot-openfeign-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Using the REST Client (Spring Cloud Open Feign) with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages