做开发这么多年,经常因配置的问题引发生产环境的bug。有些年久的项目,几百个密密麻麻的配置项,经常容易搞混,有时好几个项目有好多同样的配置项,配置工作也不厌其烦。所幸,携程开源了新一代配置中心 - Apollo项目,最近在项目中使用了一段时间,感觉确实方便不少。 首先本地搭建Apollo,请参照官网 ...
分类:
Web程序 时间:
2018-05-23 17:03:25
阅读次数:
687
携程官网对apollo的使用讲解了很多种方式的使用,但是感觉一些细节还是没讲全,特别是eureka配置中心地址的配置 这里对springboot整合apollo说一下 >SpringBoot启动vm参数添加:-Ddev_meta=http://18.16.200.107:8080 -Denv=DEV ...
分类:
编程语言 时间:
2018-05-09 19:30:46
阅读次数:
1790
原文地址:https://blog.csdn.net/Car_eye/article/details/79252008 Apollo (阿波罗)是一个开放的、完整的、安全的平台,将帮助汽车行业及自动驾驶领域的合作伙伴结合车辆和硬件系统,快速搭建一套属于自己的自动驾驶系统。Apollo 是百度重点打造 ...
分类:
其他好文 时间:
2018-05-09 14:47:09
阅读次数:
190
In this lesson I refactor a React component that utilizes a higher-order component for mutations to the new Mutation render prop component baked into ...
分类:
其他好文 时间:
2018-04-30 16:44:24
阅读次数:
189
关于作者的回答很官方,不太懂: https://github.com/ctripcorp/apollo/wiki/%E5%88%86%E5%B8%83%E5%BC%8F%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97#2131-%E8%B0%83%E6%95%B4apollo ...
分类:
其他好文 时间:
2018-04-24 01:15:07
阅读次数:
2986
从零开始搭建系统2.5——Apollo安装及配置 ...
分类:
其他好文 时间:
2018-03-24 14:23:56
阅读次数:
170
10.110.20.200(iot) root 123456789a? centos7 给展湾paul 10.110.20.199(iot) root 123456a? centos6.7 自己搭建apollo || emq 10.110.20.181(iot) root 123456a? cent ...
分类:
其他好文 时间:
2018-03-12 15:19:11
阅读次数:
474
In this lesson I refactor a React component that utilizes the graphql higher-order component to the new Query render prop component baked into react-a ...
分类:
其他好文 时间:
2018-03-10 00:22:42
阅读次数:
132
http://blog.csdn.net/liuxinghao/article/details/60875715 ...
分类:
其他好文 时间:
2018-02-28 19:42:30
阅读次数:
167
前言 在分布式系统中,要改个配置涉及到很多个系统,一个一个改效率低下,吃力不讨好。用配置中心可以解决这个问题。当然配置中心有不少,以下对比的表格是照搬 "Apollo Wiki" 的。 | 功能点 | Apollo | Spring Cloud Config | 备注 | | | | | | | 配 ...
分类:
其他好文 时间:
2018-02-26 21:45:27
阅读次数:
611