소스 검색

配置提交

chenweida 8 년 전
부모
커밋
896361ac68
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      web-gateway.yml

+ 0 - 12
web-gateway.yml

@ -3,18 +3,6 @@ server:
  port: ${server.web-gateway-port}
  context-path: ${server.context-path.svr-web-gateway-context-path}
eureka:
  client:
    healthcheck:
      enabled: true #启动监控检查
  instance:
    #eurika使用IP不使用host
    prefer-ip-address: true
    #定制化在eurika中显示的名称
    instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}}
#zuul 默认会代理所有的微服务  路径 /{appliction.name}/**