zoukankan      html  css  js  c++  java
  • 记录一次错误 Your project setup is incompatible with our requirements due to following reasons: Change Spring Boot version to one of the following versions [2.3.x, 2.4.x] .

    *************************
    APPLICATION FAILED TO START
    ***************************

    Description:

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

    - Spring Boot [2.2.2.RELEASE] is not compatible with this Spring Cloud release train


    Action:

    Consider applying the following actions:

    - Change Spring Boot version to one of the following versions [2.3.x, 2.4.x] .
    You can find the latest Spring Boot versions here [https://spring.io/projects/spring-boot#learn].
    If 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.
    If you want to disable this check, just set the property [spring.cloud.compatibility-verifier.enabled=false]

     

    简单来说,就是SpringBoot的版本和Spring Cloud的版本不匹配问题。只要使用匹配的版本就好了

  • 相关阅读:
    转场动画3-手势返回
    UITableViewCell的选中时的颜色设置
    git的使用
    MarkDown语法学习笔记
    移动作业
    移动开发音乐播放器
    python循环删除list中的元素
    Linux权限管理
    Linux用户和用户组
    数据库常用基础操作
  • 原文地址:https://www.cnblogs.com/HOsystem/p/14327821.html
Copyright © 2011-2022 走看看