diff --git a/keystore.p12 b/keystore.p12 deleted file mode 100644 index 0f9ae34..0000000 Binary files a/keystore.p12 and /dev/null differ diff --git a/mall-config/src/main/resources/application.yml b/mall-config/src/main/resources/application.yml index 0fa2248..b1ae3c6 100644 --- a/mall-config/src/main/resources/application.yml +++ b/mall-config/src/main/resources/application.yml @@ -4,12 +4,17 @@ spring: application: name: mall-config profiles: - active: native #使用本地配置 + active: native #使用本地配置,要使用git存储改为git即可 cloud: config: server: - native: + native: #本地仓库存储 search-locations: classpath:/config/{application} + git: #Git仓库存储 + uri: https://gitee.com/macrozheng/mall-config.git + username: macro + password: 123456 + clone-on-start: true eureka: client: service-url: