{"id":19011313,"url":"https://github.com/dyc87112/spring-cloud-config-admin","last_synced_at":"2025-04-13T02:18:12.975Z","repository":{"id":33803426,"uuid":"127697586","full_name":"dyc87112/spring-cloud-config-admin","owner":"dyc87112","description":"Spring Cloud Config的综合管理后台（简称：SCCA）","archived":false,"fork":false,"pushed_at":"2022-06-20T23:24:53.000Z","size":17507,"stargazers_count":658,"open_issues_count":62,"forks_count":261,"subscribers_count":52,"default_branch":"1.2.x","last_synced_at":"2025-04-13T02:17:26.715Z","etag":null,"topics":["configuration-management","spring-cloud","spring-cloud-config"],"latest_commit_sha":null,"homepage":"https://dyc87112.github.io/spring-cloud-config-admin-doc/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dyc87112.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-02T03:24:12.000Z","updated_at":"2024-11-18T12:45:42.000Z","dependencies_parsed_at":"2022-09-01T00:52:41.618Z","dependency_job_id":null,"html_url":"https://github.com/dyc87112/spring-cloud-config-admin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyc87112%2Fspring-cloud-config-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyc87112%2Fspring-cloud-config-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyc87112%2Fspring-cloud-config-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyc87112%2Fspring-cloud-config-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyc87112","download_url":"https://codeload.github.com/dyc87112/spring-cloud-config-admin/tar.gz/refs/heads/1.2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654104,"owners_count":21140237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration-management","spring-cloud","spring-cloud-config"],"created_at":"2024-11-08T19:14:02.537Z","updated_at":"2025-04-13T02:18:12.933Z","avatar_url":"https://github.com/dyc87112.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# spring-cloud-config-admin（简称：SCCA）\n\n[![Build Status](https://travis-ci.org/dyc87112/spring-cloud-config-admin.svg?branch=1.2.x)](https://travis-ci.org/dyc87112/spring-cloud-config-admin)\n[![Release Version](https://img.shields.io/github/release/dyc87112/spring-cloud-config-admin.svg)](https://github.com/dyc87112/spring-cloud-config-admin/releases)\n[![Maven Central](https://img.shields.io/maven-central/v/com.didispace/spring-cloud-config-admin.svg)](https://mvnrepository.com/artifact/com.didispace/spring-cloud-config-admin)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n在Spring Cloud的微服务架构方案中虽然提供了Spring Cloud Config来担任配置中心的角色，但是该项目的功能在配置的管理层面还是非常欠缺的。初期我们可以依赖选取的配置存储系统（比如：Gitlab、Github）给我们提供的配置管理界面来操作所有的配置信息，但是这样的管理还是非常粗粒度的，因此这个项目的目的就是解决这个问题，希望提供一套基于Spring Cloud Config配置中心的可视化管理系统。\n\n**项目地址**\n\n- Github: https://github.com/dyc87112/spring-cloud-config-admin\n- Gitee：https://gitee.com/didispace/spring-cloud-config-admin\n\n- 前端Github: https://github.com/stone-jin/spring-cloud-config-admin-web\n- 前端Gitee: https://gitee.com/stone-jin/spring-cloud-config-admin-web\n\n# 架构\n\n本项目采用了前后端分离的架构，通过core模块抽象了前端需要的操作，再通过persistence和discovery模块隔离不同的配置仓库和不同的服务注册中心，从而达到前端程序不需要关心到底使用了什么存储配置以及使用了什么注册中心，这样用户可以根据自己的需要自由的组合不同的配置存储和服务治理机制，尽可能的匹配大部分Spring Cloud用户的需求。\n\n![](https://github.com/dyc87112/spring-cloud-config-admin-doc/raw/master/statics/images/scca-arch-v1.1.x.png)\n\n# 特性\n\n## 1.0.0\n\n- 灵活易用的配置管理界面\n- 具备对Spring Cloud Config基本元素以及为方便管理增加的管理元素的维护功能，包括：多环境管理、环境特有参数的维护、加密参数维护、项目维护、配置的多版本等\n- 便捷常用操作，包括：加密解密功能、批量替换环境参数、批量加密等\n- 支持多种配置编辑模式：列表格式、YAML格式、PROPERTIES格式\n- 适配目前已经在使用Spring Cloud Config的用户（支持DB和Git存储）\n- 模块可分离部署，支持多种不同场景的用户使用\n- 兼容所有Spring Cloud支持的服务发现机制\n\n## 1.1.0\n\n- 架构调整\n  - 增加配置中心的plugin模块，对外提供存储的更多控制能力\n  - DB存储的配置中心不需要与管理端的DB用同一个数据库了，可以独立部署\n- 增加用户管理、用户登录功能\n- Git存储优化：yaml和properties同时支持\n- 支持配置中心增加用户名/密码访问控制的优化\n\n## 1.2.0（开发中）\n\n**欢迎提交ISSUE提出您的想法，我们会综合考虑纳入该版本的开发清单中！**\n\n# 文档\n\n关于本项目的详细使用方法以及各版本的迭代内容可查看下面的内容：\n\n- [使用手册](https://dyc87112.github.io/spring-cloud-config-admin-doc/1.1.0)\n- [版本说明](https://dyc87112.github.io/spring-cloud-config-admin-doc/release_notes.html)\n\n# 贡献\n\n- [程序猿DD](https://github.com/dyc87112)\n- [stone-jin](https://github.com/stone-jin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyc87112%2Fspring-cloud-config-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyc87112%2Fspring-cloud-config-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyc87112%2Fspring-cloud-config-admin/lists"}