Bootstrap

apollo(阿波罗)分布式配置中心

官方github:https://github.com/ctripcorp/apollo
作者对Apollo对介绍:https://github.com/ctripcorp/apollo/wiki/Apollo

统一管理不同环境、不同集群的配置

dev:开发环境、fat:测试环境、uat:集成环境、pro:线上环境

配置修改实时生效(热部署)

1s更新

版本发布更新

灰度发布

权限管理

客户端配置信息监控

提供开发平台API

基于eureka

快速开始:https://ctripcorp.github.io/apollo/#/zh/deployment/quick-start

1.创建数据库,执行sql语句:ApolloPortalDB和ApolloConfigDB
2.配置数据库连接信息
3.启动Apollo配置中心,./demo.sh start
4.使用Apollo配置中心,打开http://localhost:8070

Spring Boot 集成 apollo

集群搭建:https://ctripcorp.github.io/apollo/#/zh/usage/java-sdk-user-guide
Spring Boot application.properties
1.app.id=YOUR-APP-ID
2.apollo.meta=http://config-service-url

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;