dashboard依赖都导入不了,我的心态都要崩了

来源:10-7 hystrix-dashboard

慕仙9264535

2018-09-06

写回答

3回答

慕圣4151323

2018-10-10

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-netflix-hystrix-dashboard</artifactId>
</dependency>

换成这个依赖

3
3
红豆薏米茶
感谢老哥
2020-01-07
共3条回复

Tom_Dragon

2018-09-08

<repositories>
  <repository>
     <id>spring-snapshots</id>
     <name>Spring Snapshots</name>
     <url>https://repo.spring.io/snapshot</url>
     <snapshots>
        <enabled>true</enabled>
     </snapshots>
  </repository>
  <repository>
     <id>spring-milestones</id>
     <name>Spring Milestones</name>
     <url>https://repo.spring.io/milestone</url>
     <snapshots>
        <enabled>false</enabled>
     </snapshots>
  </repository>
</repositories>

<pluginRepositories>
  <pluginRepository>
     <id>spring-snapshots</id>
     <name>Spring Snapshots</name>
     <url>https://repo.spring.io/snapshot</url>
     <snapshots>
        <enabled>true</enabled>
     </snapshots>
  </pluginRepository>
  <pluginRepository>
     <id>spring-milestones</id>
     <name>Spring Milestones</name>
     <url>https://repo.spring.io/milestone</url>
     <snapshots>
        <enabled>false</enabled>
     </snapshots>
  </pluginRepository>
</pluginRepositories>


这个加到pom中

0
0

廖师兄

2018-09-08

详细描述一下,怎么导的,内容呢?导不了,现象呢?

重点发出sprongboot和springcloud版本

0
0

SpringCloud Finchley(M2+RELEASE+SR2)微服务实战

SpringCloud组件实现微服务,【已升级Finchley.Release】

5674 学习 · 2492 问题

查看课程