配置hystrix

This commit is contained in:
matthubin 2018-05-23 17:01:05 +08:00 committed by GitHub
parent 3767a62cc0
commit fadba0534e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,7 @@ server:
port: 8765
spring:
application:
name: service-feign
name: service-feign
feign:
hystrix:
enabled: true