https://github.com/careydevelopment/webclient-common
This package includes a factory method for creating a WebClient instance from an endpoint. It also uses filters for logging requests, logging responses, and handling errors.
https://github.com/careydevelopment/webclient-common
api-rest java-11 json service spring-webflux
Last synced: 3 months ago
JSON representation
This package includes a factory method for creating a WebClient instance from an endpoint. It also uses filters for logging requests, logging responses, and handling errors.
- Host: GitHub
- URL: https://github.com/careydevelopment/webclient-common
- Owner: careydevelopment
- License: mit
- Created: 2021-08-29T11:48:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T09:56:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T13:23:30.315Z (over 1 year ago)
- Topics: api-rest, java-11, json, service, spring-webflux
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# WebClient Common
 

[](https://search.maven.org/artifact/us.careydevelopment.model.api/webclient-common/1.0.0-RELEASE/jar)
Carey Development API Flyweights includes convenience classes for use with Spring WebFLux.
## Latest Release
You can pull it from the central Maven repositories:
```xml
us.careydevelopment.util
webclient-common
1.0.0-RELEASE
```
## License
This code is under the [MIT License](https://github.com/careydevelopment/webclient-common/blob/main/LICENSE).