# config-repo **Repository Path**: ibiji/config-repo ## Basic Information - **Project Name**: config-repo - **Description**: mango-config-repo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # config-repo #### 介绍 ibiji - mango-config-repo #### 使用说明 1. 配置pom ```xml 服务端 org.springframework.cloud spring-cloud-config-server ${app-project.version} 客户端 org.springframework.cloud spring-cloud-starter-config ${app-project.version} ``` 2. 服务端主类 ``` @EnableConfigServer ```