Spring Boot starter for integrating multiple secret management services.
A Spring Boot starter that integrates secret management services (AWS Secrets Manager, HashiCorp Vault, and custom providers) into Java applications. It provides provider abstraction, configurable provider order, type conversion for secret values, and an annotation to inject secrets into Spring beans, suitable for microservices and enterprise applications that centralize secret access.
0