# spring-cloud-config **Repository Path**: pandanosing/spring-cloud-config ## Basic Information - **Project Name**: spring-cloud-config - **Description**: springcloud学习之config配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-09 - **Last Updated**: 2021-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### spring-cloud-config配置 1. 表示多个环境的配置文件 2. 保存格式必须为utf8 3. 如果需要修改 ```shell git add ./ git commit -m 'init yml' git push origin master ```