application.yaml 474 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#端口号
server:
  port: 7001

spring:
  application:
    name: config-service #服务名称
  cloud:
    config:
      server:
        git:
          uri: http://gitcode.net/qyj19920704/springcloud-config
          searchPaths: config-repo
          username: 13113691357
          password: 15671628341qwe

#服务提供者
eureka:
  client:
    service-url:
      defaultZone: http://eureka8767:8767/eureka/,http://eureka8768:8768/eureka/,http://eureka8769:8769/eureka/