可以在Spring Cloud中使用Spring Boot 1.3.0.M1吗?

时间:2015-06-17 16:48:52

标签: spring-boot spring-cloud

我希望能够开始使用Spring Boot 1.3.0.M1(以及扩展名为Spring 4.2.0.RC1)和Spring Cloud(配置服务器,eureka,功能区,假装和zuul)。< / p>

我正在使用gradle构建,所以最初我使用了像这样的dependencyManagement插件:

dependencyManagement {
    imports {
        mavenBom "org.springframework.cloud:spring-cloud-starter-parent:1.0.3.BUILD-SNAPSHOT"
    }
}

但这意味着无论我尝试包含什么版本的弹簧启动,它都会被覆盖。

相反,我试图手动包含云启动器在构建中包含的所有依赖项,并单独包含spring boot 1.3.0.M1,但是在服务器启动时会导致:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'servoMetricCollector' defined in class path resource [org/springframework/cloud/netflix/servo/ServoMetricsAutoConfiguration.class]

任何建议都将不胜感激。

1 个答案:

答案 0 :(得分:1)

open issue支持Spring Boot 1.3.0。