Spring Boot starter to configure multiple Redis, RabbitMQ, and InfluxDB.
A Spring Boot 3 starter that configures and exposes multiple Redis, RabbitMQ, and InfluxDB 2.x connections using a unified spring.multi-sources.* properties model. It registers per-source beans (connection factories, templates, clients) named <sourceName><ClassSimpleName> for explicit injection, suitable for Spring applications that need multiple backend connections.
0