Spring Boot starter for Retrofit2 with annotation-driven client creation.
easy-retrofit-spring-boot-starter integrates Retrofit2 with Spring Boot to auto-create Retrofit instances from annotated interfaces managed by Spring DI. It offers annotation-based configuration, interceptor extensions, global and dynamic base-URL support, and options to reuse a single Retrofit instance. Suited for Spring Boot services or BFF layers that need many HTTP client interfaces for microservices.
0