spring

A collection of 3 posts

Stories

Build your own Dependency Injection Framework

Dependency Injection is very useful for most projects and allows us to create our dependencies easily and makes the development process seamless...

Custom Feign Client Builder library in Spring Boot

Creating a custom spring module to make HTTP client library using OpenFeign...

Code Generation using Annotation Processor in Java

Generating REST Client from Swagger Documentation...