From 6bcf671b4c57ca5e16601d6acb53e534338fa66f Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期六, 07 五月 2022 10:09:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng' into huacheng
---
springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/bootstrap.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/bootstrap.yml b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/bootstrap.yml
index d0cb607..f360e9e 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/bootstrap.yml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/bootstrap.yml
@@ -1,11 +1,11 @@
spring:
application:
- name: property
+ name: huacheng-property
cloud:
config:
discovery:
enabled: true
- service-id: config # 注册中心的服务名
+ service-id: huacheng-config # 注册中心的服务名
profile: ${ENV:dev} # 指定配置文件的环境
uri: http://${CONFIG_URL:localhost}:6193/
profiles:
@@ -40,7 +40,7 @@
metrics:
tags:
- application: property
+ application: huacheng-property
#从一键报警设备websocket订阅时间消息配置
websocket:
--
Gitblit v1.7.1