# springboot-apollo **Repository Path**: XiaoGui9181/springboot-apollo ## Basic Information - **Project Name**: springboot-apollo - **Description**: springboot整合apollo实现分布式配置中心 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-06-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-apollo #### 项目介绍 springboot整合apollo实现分布式配置中心 #### 软件架构 springboot整合携程分布式开源框架(apollo)实现分布式配置中心功能,可以实现实时刷新功能。 #### 安装教程 1. 项目中只写了一个读取配置文件的方法getName() 方法中返回apollo上面配置属性。 2. 需下载apollo项目所用的jar包,Maven中央仓库中咱没有依赖包,所有需要自己手动打jar包到自己本地的maven仓库中,下载地址:https://github.com/nobodyiam/apollo-build-scripts 3. apollo项目需要上传到linux环境中进行运行,apollo项目下载地址:https://github.com/ctripcorp/apollo。 #### 使用说明 1. 项目中的resuorces目录下的配置文件名称是不可以修改的,这是apollo里面默认读取的配置文件信息。 #### 参与贡献 apollo官网:https://github.com/ctripcorp/apollo apollo jar包地址:https://github.com/nobodyiam/apollo-build-scripts