apollo 从配置中获取某个配置
摘要:package com.sea.comon.utils; import java.text.MessageFormat; import org.springframework.beans.factory.InitializingBean; import org.springframework.context.annotation.Configuration; import org.springfr
阅读全文
posted @
2019-11-04 12:13
lshan
阅读(9165)
推荐(0) 编辑
apollo-springboot 整合使用
摘要:依赖: <!-- Add apollo configuration --> <dependency> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apollo-client</artifactId> <version>${apo
阅读全文
posted @
2019-08-21 17:59
lshan
阅读(825)
推荐(0) 编辑
apollo docker 安装 使用官网镜像
摘要:详见:https://github.com/ctripcorp/apollo/tree/master/scripts/docker-quick-start
阅读全文
posted @
2019-05-25 23:59
lshan
阅读(823)
推荐(0) 编辑
apollo 配置中心的安装与使用 (docker 部署)
摘要:一、简介 Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 官方github:https://github.com/ctripcorp/apollo g
阅读全文
posted @
2019-05-22 12:23
lshan
阅读(432)
推荐(0) 编辑