#端口号 server: port: 9100 spring: cloud: config: fail-fast: false #客户端连接失败时开启重试,需要结合spring-retry、spring-aop label: main #获取配置文件的分支名 name: application-goods9100 #获取的文件名 profile: goods9100 #文件后缀 uri: http://localhost:7001 #配置中心服务端地址 eureka: client: service-url: defaultZone: http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/