springboot3.2报Spring Boot [3.2.0] is not compatible with this Spring Cloud release train
作者:mmseoamin日期:2024-02-03

springboot3.2报Spring Boot [3.2.0] is not compatible with this Spring Cloud release train,第1张

这个解决也比较简单:

1、直接把springcloud升级为2023.0.0-RC1就行了

springboot3.2报Spring Boot [3.2.0] is not compatible with this Spring Cloud release train,第2张

2、第二种,直接进行配置,关闭检查,但是微服务的相关服务可能无法使用,需要自行验证

spring.cloud.compatibility-verifier.enabled=false