Disable vault spring boot

Viewed 25

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.

0 Answers
Related