spring-vault icon indicating copy to clipboard operation
spring-vault copied to clipboard

Disable vault spring boot

Open piyush-narvar opened this issue 3 years ago • 0 comments

I have a spring boot project where I wanted to disable the vault conditionally. <dependency> <groupId>org.springframework.vault</groupId> <artifactId>spring-vault-core</artifactId> <version>2.2.3.RELEASE</version> </dependency> The version I am using. How can I do that?

I have spring profile-based configurations in the code.

piyush-narvar avatar Sep 12 '22 08:09 piyush-narvar