Spring boot 3.3.0兼容性问题

问题描述 投票:0回答:1

由于以下原因,您的项目设置与我们的要求不兼容:

- Spring Boot [3.3.0] 与此 Spring Cloud 版本系列不兼容

我正在使用 Spring boot 3.3.0

还有 spring-cloud-starter-config 4.0.2

java spring-boot spring-cloud-config
1个回答
0
投票

是的,我也看到这个问题

"Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'compositeCompatibilityVerifier'  defined in class path resource [org/springframework/cloud/configuration/CompatibilityVerifierAutoConfiguration.class]: Failed to instantiate [org.springframework.cloud.configuration.CompositeCompatibilityVerifier]:  Factory method 'compositeCompatibilityVerifier' threw exception with message: Spring Cloud/ Spring Boot version compatibility checks have failed:  [[VerificationResult@44acc838 description = 'Spring Boot [3.3.0] is not compatible with this Spring Cloud release train', action = 'Change Spring Boot version to one of the following versions [3.0.x, 3.1.x] .\nYou can find the latest Spring Boot versions here [https://spring.io/projects/spring-boot#learn]. \nIf you want to learn more about the Spring Cloud Release train compatibility, you can visit this page [https://spring.io/projects/spring-cloud#overview] and check the [Release Trains] section.\nIf you want to disable this check, just set the property [spring.cloud.compatibility-verifier.enabled=false]']]","logger_name":" org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext

© www.soinside.com 2019 - 2024. All rights reserved.