增加 spring-cloud-hystrix用例

This commit is contained in:
罗祥
2019-01-15 17:57:56 +08:00
parent 78f9e43988
commit 7c3e42909c
29 changed files with 813 additions and 0 deletions

View File

@ -0,0 +1,11 @@
server:
port: 8020
# 指定服务命名
spring:
application:
name: producer
# 指定注册中心地址
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8010/eureka/