Your project setup is incompatible with our requirements due to following reasons: Java Springboot run error after Springboot upgrade

54 views Asked by At

Find error img here


APPLICATION FAILED TO START


Description:

Your project setup is incompatible with our requirements due to following reasons:

  • Spring Boot [3.1.6] is not compatible with this Spring Cloud release train
  • Spring Cloud Sleuth is not compatible with this Spring Cloud release train

After upgrading to Springboot 3.1.6, am getting the above error in application. Properties. What shall I do?

2

There are 2 answers

1
Aravindan Rajaganeson On

Add this in your application.properties file!

spring.cloud.compatibility-verifier.enabled=false

0
G-J On

Make sure you are using the correct spring cloud version. The documentation lists which versions are compatible: https://spring.io/projects/spring-cloud

2022.0.x aka Kilburn -> 3.0.x, 3.1.x (Starting with 2022.0.3)