spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

Disable vault spring boot #724

Closed piyush-narvar closed 1 year ago

piyush-narvar commented 2 years ago

I have a spring boot project where I wanted to disable the vault conditionally. `

org.springframework.vault
        <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.

mp911de commented 1 year ago

Spring Vault isn't controlling Spring Boot or the like. You can either disable the auto configuration, bootstrap context, or remove Vault from spring.config.import but all these are Spring Boot topics.