From ccd28a0c35e8fff74da6ef63042fb8a896d78f7f Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期三, 29 六月 2022 09:45:52 +0800 Subject: [PATCH] 单位服务统计 --- springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml b/springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml index 0caf088..6e36ba2 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml +++ b/springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml @@ -11,31 +11,31 @@ serviceUrl: defaultZone: http://${EUREKA_URL:localhost}:8192/eureka -spring: - application: - name: huacheng-config - - cloud: - config: - server: - git: - uri: http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git -# search-paths: adminConfig - username: huanghongfa - password: huanghongfa123456 - default-label: huacheng -# basedir: F:\nahan\config-repo\config-repo - #spring: # application: -# name: config -# profiles: -# active: native +# name: huacheng-config +# # cloud: # config: # server: -# native: -# search-locations: file:E:\\work\\config\\config-repo +# git: +# uri: http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git +## search-paths: adminConfig +# username: huanghongfa +# password: huanghongfa123456 +# default-label: huacheng +## basedir: F:\nahan\config-repo\config-repo + +spring: + application: + name: huacheng-config + profiles: + active: native + cloud: + config: + server: + native: + search-locations: file:E:\\work\\config\\config-repo management: endpoints: @@ -49,4 +49,4 @@ metrics: tags: - application: huacheng-config \ No newline at end of file + application: huacheng-config -- Gitblit v1.7.1