Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-boot-with-feign-restclient
Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.
https://github.com/himash79/spring-boot-with-feign-restclient
feign-client mvc restful-webservices spring-boot spring-cloud
Last synced: 3 days ago
JSON representation
Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-with-feign-restclient
- Owner: himash79
- Created: 2022-10-30T17:38:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T17:42:05.000Z (about 2 years ago)
- Last Synced: 2024-11-21T04:11:55.796Z (2 months ago)
- Topics: feign-client, mvc, restful-webservices, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-boot-with-Feign-RestClient
Build restful webservices with spring boot utilize declarative restclient of Feign for access endpoint details.## Requirements
01) Java 11
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Spring-boot-with-Feign-RestClient.git
02) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
03) Open project using intelij / eclipse.
04) Expose Rest APIs and retrieve responses.