Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.
- Java 11
- Maven 3.8
-
Clone the project
https://github.com/himash79/Spring-boot-with-Feign-RestClient.git
-
Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
-
Open project using intelij / eclipse.
-
Expose Rest APIs and retrieve responses.