manailin
2022-04-08 a06f2cd9d8aab8177cce0be0f9bb90c2d0e08a6a
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/bootstrap.yml
@@ -1,11 +1,11 @@
spring:
  application:
    name: huacheng-user
    name: huacheng_user
  cloud:
    config:
      discovery:
        enabled: true
        service-id: huacheng-config  # 注册中心的服务名
        service-id: huacheng_config  # 注册中心的服务名
      profile: ${ENV:dev}  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:6193/
  profiles:
@@ -28,4 +28,4 @@
  metrics:
    tags:
      application: huacheng-user
      application: huacheng_user