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、直接把springcloud升级为2023.0.0-RC1就行了

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

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

spring.cloud.compatibility-verifier.enabled=false

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://www.net2asp.com/ddba2868c7.html