Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pouyapouryaie/spring-rest
https://github.com/pouyapouryaie/spring-rest
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pouyapouryaie/spring-rest
- Owner: PouyaPouryaie
- Created: 2023-12-03T23:08:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T00:45:11.000Z (12 months ago)
- Last Synced: 2023-12-04T01:27:26.757Z (12 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring - Rest
Spring Framework introduces the RestClient, a new synchronous HTTP client.
The RestClient offers the fluent API of WebClient with the infrastructure of RestTemplate.
- [Blog Post](https://spring.io/blog/2023/07/13/new-in-spring-6-1-restclient)In this project shows how we can use RestClient to connect to third-party
service and communicate with it.### Note
The JsonPlaceholderService is a Http Interface Client that helps you to reduce
complexity of your code. The interface exists in this package: ```ir.bigz.springboot.springrest.client```