# spring-cloud-config-repo **Repository Path**: dangqp/spring-cloud-config-repo ## Basic Information - **Project Name**: spring-cloud-config-repo - **Description**: Spring Cloud Config 配置文件仓库 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 109 - **Created**: 2018-06-25 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-cloud-config-repo # config client中配置文件需要新增配置 >> springboot 1.5.X 以上默认开通了安全认证,所以需要在配置文件application.properties添加以下配置,以post请求的方式来访问http://localhost:8081/refresh 就会更新修改后的配置文件 **management.security.enabled=false ** 否则请求时报错,配置无法刷新