search

Home  >  Q&A  >  body text

java - sprng cloud 的依赖

官网的pom,maven仓库里都提示找不到...

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-cloud-starter-parent</artifactId>
    <version>1.3.3.RELEASE</version>
</parent>
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Brixton.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
<dependencies>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-config</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-eureka</artifactId>
    </dependency>
</dependencies>
大家讲道理大家讲道理2891 days ago193

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 17:56:35

    .m2 Go to the local warehouse and see if there is this jar package. Little fool

    reply
    0
  • Cancelreply