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

java.lang.NoClassDefFoundError: org/springframework/boot/Bootstrapper #638

Closed igouss closed 3 years ago

igouss commented 3 years ago

I've got this error when I tried to use 3.0.1 version. It fails because I was using spring spring-boot-gradle-plugin:2.3.7.RELEASE had to change to spring-boot-gradle-plugin:2.4.3 to fix it.

Should v3 branch declare min spring boot version dependency?

mp911de commented 3 years ago

Spring Vault doesn't depend on Spring Boot. Do you rather refer to Spring Cloud Vault?