Skip to content

Commit

Permalink
Update shopping-mall-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z515535 authored Nov 5, 2017
1 parent f2846bf commit 1cb344c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config-dev/shopping-mall-dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
server:
port: 9094
#负载均衡配置
order-server:
ribbon:
Expand All @@ -10,9 +12,18 @@ hystrix:
maxConcurrentConnections: 10
#微服务跟踪平台
spring
cloud:
config: #配置中心
enabled: true
uri: http://localhost:8900
failFast: true
zipkin:
base-url: http://localhost:9010
#数据采集 1为100%,生产环境看需求配置
sleuth:
sampler:
percentage: 1.0
eureka:
client:
serviceUrl:
defaultZone: http://wugf:123456@localhost:8761/eureka

0 comments on commit 1cb344c

Please sign in to comment.