Distributed Configuration Management Platform(分布式配置管理平台) http://disconf.readthedocs.io/
|
8 年之前 | |
---|---|---|
disconf-client | 8 年之前 | |
disconf-core | 8 年之前 | |
disconf-web | 8 年之前 | |
.gitignore | 9 年之前 | |
.travis.yml | 9 年之前 | |
LICENSE | 9 年之前 | |
README.md | 8 年之前 | |
pom.xml | 8 年之前 |
Distributed Configuration Management Platform(分布式配置管理平台)
专注于各种 分布式系统配置管理
的通用组件
/通用平台
, 提供统一的配置管理服务
。
包括 百度、滴滴出行、银联、网易、拉勾网、苏宁易购、顺丰科技 等知名互联网公司正在使用!
「disconf」在「2015 年度新增开源软件排名 TOP 100(OSC开源中国提供)」中排名第16强。
https://github.com/knightliao/disconf-demos-java
disconf.git branches and Maven version:
注:配置项是指某个类里的某个Field字段。
Disconf的功能特点描述图:
在您的 Maven POM 文件里加入:
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-client</artifactId>
<version>2.6.34</version>
</dependency>
部署方法请参见:https://github.com/knightliao/disconf/tree/master/disconf-web
全新主页,高清大图:
APP+环境+版本+ZK查询:
推荐新建的项目使用disconf时使用
注:将配置文件移至一个专有类里,而不是分散在项目的各个地方,整个代码架构清晰易懂、易管理。 即便如果哪天不使用disconf,也只需要将注解去掉即可。
推荐新建的项目或旧项目使用disconf时使用
https://github.com/knightliao/disconf-demos-java
快速递技术总监:
润生活总监:
人脉通后端RD:
开源中国社区:
「disconf」在「2015 年度新增开源软件排名 TOP 100(OSC开源中国提供)」中排名第16强。