How do you use Spring Retry with Spring Vault Configuration with VaultPropertySource?
问题 I want spring-vault configuration marked with VaultPropertySource to be able to retry the requests to the vault if they fail. What should i mark as retryable ? I'm using Spring-Retry and i was looking over http://www.baeldung.com/spring-retry . There is no visible method to mark as retryable. Should I change the implementation of the vaultTemplate and mark the vaultOperations as retryable ? ProvisioningSecrets.java @Configuration @VaultPropertySource( value="secret/provisioning",