himash79 / Spring-boot-with-Feign-RestClient

Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-boot-with-Feign-RestClient

Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.

Requirements

  1. Java 11
  2. Maven 3.8

Project setup

  1. Clone the project

    https://github.com/himash79/Spring-boot-with-Feign-RestClient.git
    
  2. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  3. Open project using intelij / eclipse.

  4. Expose Rest APIs and retrieve responses.

About

Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.


Languages

Language:Java 100.0%