From 8c4f42c77afb6690fcc48ac219ae044173fd77dd Mon Sep 17 00:00:00 2001 From: luofl <1442745593@qq.com> Date: 星期日, 23 二月 2025 16:11:45 +0800 Subject: [PATCH] 1. --- springcloud_k8s_panzhihuazhihuishequ/config_server/src/main/resources/application.yml | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 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 c648214..178c8df 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:9380/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 +# git: +# uri: http://gitlab.nhys.cdnhxx.com:9380/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:F:\lfl\config-repo-huacheng management: endpoints: -- Gitblit v1.7.1