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>换成这个依赖
332020-01-07 -
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中
00 -
廖师兄
2018-09-08
详细描述一下,怎么导的,内容呢?导不了,现象呢?
重点发出sprongboot和springcloud版本
00
SpringCloud Finchley(M2+RELEASE+SR2)微服务实战
5674 学习 · 2492 问题
相似问题