File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212- 前端Github: https://github.com/stone-jin/spring-cloud-config-admin-web
1313- 前端Gitee: https://gitee.com/stone-jin/spring-cloud-config-admin-web
1414
15- # 使用手册
15+ # 架构
1616
17- 查看详细点击: [ 《使用手册》 ] ( https://dyc87112.github.io/spring-cloud-config-admin/ )
17+ 本项目采用了前后端分离的架构,通过core模块抽象了前端需要的操作,再通过persistence和discovery模块隔离不同的配置仓库和不同的服务注册中心,从而达到前端程序不需要关心到底使用了什么存储配置以及使用了什么注册中心,这样用户可以根据自己的需要自由的组合不同的配置存储和服务治理机制,尽可能的匹配大部分Spring Cloud用户的需求。
1818
19- # 路线图
19+ ![ ] ( https://github.com/dyc87112/spring-cloud-config-admin/raw/master/statics/images/scca-arch.png )
2020
21- ** [ Release Notes ] ( https://dyc87112.github.io/spring-cloud-config-admin/release_notes.html ) **
21+ # 特性
2222
23- - v1.0.0:实现基础版配置管理功能:实现环境管理、环境参数管理、项目管理、配置管理、对配置信息的加密解密、环境配置等基础功能。对于服务治理上支持eureka和consul、配置存储上支持git和db。
24- - v1.1.0:待细化:实现用户管理、操作审计、反向操作工具(从git导入项目、配置等)、批量操作工具(创建环境同步管理项目等便捷操作)
23+ ## 1.0.0
2524
26- # 贡献者
25+ - 灵活易用的配置管理界面
26+ - 具备对Spring Cloud Config基本元素以及为方便管理增加的管理元素的维护功能,包括:多环境管理、环境特有参数的维护、加密参数维护、项目维护、配置的多版本等
27+ - 便捷常用操作,包括:加密解密功能、批量替换环境参数、批量加密等
28+ - 支持多种配置编辑模式:列表格式、YAML格式、PROPERTIES格式
29+ - 适配目前已经在使用Spring Cloud Config的用户(支持DB和Git存储)
30+ - 模块可分离部署,支持多种不同场景的用户使用
31+ - 兼容所有Spring Cloud支持的服务发现机制
32+
33+ ## 1.1.0
34+
35+ 规划中。欢迎提交ISSUE提出您的想法,我们会综合考虑纳入该版本的开发清单中!
36+
37+ # 文档
38+
39+ 关于本项目的详细使用方法以及各版本的迭代内容可查看下面的也买呢:
40+
41+ - [ 使用手册] ( https://dyc87112.github.io/spring-cloud-config-admin/ )
42+ - [ 版本说明] ( https://dyc87112.github.io/spring-cloud-config-admin/release_notes.html )
43+
44+ # 贡献
2745
2846- [ 程序猿DD] ( https://github.com/dyc87112 )
2947- [ stone-jin] ( https://github.com/stone-jin )
You can’t perform that action at this time.
0 commit comments