springcloud_k8s_panzhihuazhihuishequ/auth/src/main/resources/bootstrap.yml
@@ -1,13 +1,13 @@ spring: application: name: auth name: huacheng-auth cloud: config: discovery: enabled: true service-id: config # 注册中心的服务名 service-id: huacheng-config # 注册中心的服务名 profile: ${ENV:dev} # 指定配置文件的环境 uri: http://${CONFIG_URL:localhost}:8193/ uri: http://${CONFIG_URL:localhost}:6193/ profiles: active: ${ENV:dev} @@ -29,4 +29,4 @@ metrics: tags: application: auth application: huacheng-auth