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

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

你可能感兴趣的:(spring,boot,spring,cloud,后端)