CeDo
2021-05-26 699b99617bb1e896c5cfce046954569a01c15fc6
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/bootstrap.yml
@@ -7,12 +7,12 @@
        enabled: true
        service-id: config  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:8193/
      uri: http://${CONFIG_URL:hostname}:8193/
  profiles:
    active: ${ENV:dev}
eureka:
  client:
    service-url:
      defaultZone: http://${EUREKA_URL:localhost}:8192/eureka
      defaultZone: http://${EUREKA_URL:hostname}:8192/eureka