Spring vault Config Auto Refresh
I am using Spring Vault for managing various configurations. The problem is that when I change values in Vault, I want to know if there is a way for Spring Boot to automatically refresh when there is a change in secret KV in Vault without using @EnableScheduling
.