8a79e04d39
* Implemented cassandra batch query * Added netty version param * Reformatted correctly * Reformatted correctly * Reformatted correctly * Formatting fix resolved * Formatting fix resolved * Removed unused method * Refactored method for better readability * tab spaces corrected * Added http headers in feign * Updated code * Updated code * Removed unused code * Removed unused logger code * Implemented Interceptor and logging related code review * Added AuthService Code * Removed toString method * Removed unnecessary declaration * Removed new line * Added feign headers log as well * Moved to Authorisation package for better naming * spaces removed * @Override included * [Saikat]| Adding the OpenFeign exception default and customizable exception handler and test cases * [Saikat]| Test name updated * [Saikat]| Test name updated * [Saikat]| Removed unused import * [Saikat]| Refactored code * [Saikat]| Reformatted the test codes * [Saikat]| Removed unnecessary code * [Saikat]| Controller test fixed for data error * [Saikat]| Code review fixes * [Saikat]| Code review fixes * [Saikat]| Removed unnecessary annotation * [Saikat]| Added extends ResponseEntityExceptionHandler * [Saikat]| Code review implemented * [Saikat]| Indentation added * Removed empty line before method start Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- Introduction to Spring Cloud OpenFeign
- Differences Between Netflix Feign and OpenFeign
- File Upload With Open Feign
- Feign Logging Configuration
- Provide an OAuth2 Token to a Feign Client
- Retrieve Original Message From Feign ErrorDecoder
- RequestLine with Feign Client
- Propagating Exceptions With OpenFeign and Spring