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