码迷,mamicode.com
首页 > 其他好文 > 详细

Edgware Feign hystrix-dashboard

时间:2018-05-23 14:15:49      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:uda   gem   imp   ble   pid   hystrix   cli   tar   enable   

相关依赖

  <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.5.13.RELEASE</version>
  </parent>
  
  <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-feign</artifactId>
        </dependency>

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

        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
        </dependency>
    </dependencies>    
  
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-dependencies</artifactId>
                <version>Edgware.SR3</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>  

hystrix 相关配置

feign.hystrix.enabled=true

相关注解

@EnableHystrixDashboard
@EnableFeignClients
@SpringCloudApplication

Edgware Feign hystrix-dashboard

标签:uda   gem   imp   ble   pid   hystrix   cli   tar   enable   

原文地址:https://www.cnblogs.com/zhangjianbin/p/9076456.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!