{"id":25934314,"url":"https://github.com/odboy-tianjun/kenaito-config","last_synced_at":"2026-05-18T06:03:58.443Z","repository":{"id":277985306,"uuid":"901738167","full_name":"odboy-tianjun/kenaito-config","owner":"odboy-tianjun","description":"A lightweight Config server that makes changing resolution records simple and elegant! Born for the pure blood self-developed DevOps platform.","archived":false,"fork":false,"pushed_at":"2025-05-07T16:30:58.000Z","size":1688,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T09:36:33.743Z","etag":null,"topics":["dns","dns-server","go","golang","server","web"],"latest_commit_sha":null,"homepage":"https://github.com/odboy-tianjun/kenaito-config","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/odboy-tianjun.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T08:16:50.000Z","updated_at":"2025-07-03T13:25:29.000Z","dependencies_parsed_at":"2025-02-17T11:34:22.692Z","dependency_job_id":"30f8e8b1-71fa-49cb-9abb-a427037146a0","html_url":"https://github.com/odboy-tianjun/kenaito-config","commit_stats":null,"previous_names":["odboy-tianjun/kenaito-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/odboy-tianjun/kenaito-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odboy-tianjun%2Fkenaito-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odboy-tianjun%2Fkenaito-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odboy-tianjun%2Fkenaito-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odboy-tianjun%2Fkenaito-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odboy-tianjun","download_url":"https://codeload.github.com/odboy-tianjun/kenaito-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odboy-tianjun%2Fkenaito-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dns","dns-server","go","golang","server","web"],"created_at":"2025-03-04T00:57:23.283Z","updated_at":"2026-05-18T06:03:58.424Z","avatar_url":"https://github.com/odboy-tianjun.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kenaito Config\n\u003e 学习使用，切勿上生产，后果自负\n\n## 简介\n\nKenaito Config 是一个轻量级的配置中心，旨在简化应用配置，使其更加优雅。它专为自研 DevOps 平台设计。\n\n## 技术栈\n\n- **后端**:\n    - Spring Boot 2.7.18\n    - Mybatis-Plus\n    - JWT\n    - Spring Security\n    - Redis\n- **前端**:\n    - Vue 2\n\n## 系统功能\n\n- **用户管理**: 提供用户相关配置，新增用户默认密码为 `123456`。\n- **角色管理**: 分配权限与菜单，支持按部门设置角色数据权限。\n- **菜单管理**: 实现菜单动态路由，支持多级菜单配置。\n- **部门管理**: 配置系统组织架构，以树形表格展示。\n- **岗位管理**: 配置各部门职位。\n- **字典管理**: 维护常用固定数据，如状态、性别等。\n- **SQL 监控**: 使用 Druid 监控数据库访问性能，默认用户名和密码均为 `admin`。\n- **邮件工具**: 支持发送 HTML 格式的富文本邮件。\n- **服务监控**: 监控服务器负载情况。\n\n## 默认账号与密码\n\nadmin / 123456\n\n## 待办事项\n\n### 客户端\n\n- **2024-12-05**: 启动后主动拉取远程配置\n- **2024-12-05**: 定时刷盘（刷到一个文件中）\n- **2024-12-06**: 同步锁加载配置\n- **2024-12-06**: 定时刷盘（刷到多个文件中）\n- **2024-12-06**: 读取本地配置缓存（连接服务端失败后的兜底操作）\n- **2024-12-07**: 动态更新 `@Value` 注解的属性\n    - 感想：太艰难了\n    - 感谢：感谢 `spring-cloud-context` 的灵感\n    - 耗时：4 小时\n- **2024-12-07**: 动态更新 `@ConfigurationProperties` 注解类中的属性\n- **2024-12-xx**: 动态替换配置指令实现 [loading]\n\n### 服务端\n\n- **客户端注册、注销** [已完成]\n- **多客户端支持** [已完成]\n- **发布配置** [进行中]\n- **获取客户端节点列表** [已完成]\n\n## 更新记录\n\n- **2024-12-05**: 成功获取远程配置并启动子应用\n  ![2024-12-05](/doc/d20241205223929.png)\n- **2024-12-10**: Web 页面大成\n  ![2024-12-10](/doc/d20241210215050.png)\n\n## 贡献指南\n\n欢迎贡献代码！请遵循以下步骤：\n\n1. **Fork 仓库**\n2. **创建新分支**: `git checkout -b feature/your-feature`\n3. **提交更改**: `git commit -m 'Add some feature'`\n4. **推送分支**: `git push origin feature/your-feature`\n5. **发起 Pull Request**\n\n## 许可证\n\n本项目采用 [MIT License](LICENSE) 许可证。\n\n## 联系我们\n\n如果有任何问题或建议，请通过 [GitHub Issues](https://github.com/odboy-tianjun/kenaito-config/issues) 联系我。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodboy-tianjun%2Fkenaito-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodboy-tianjun%2Fkenaito-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodboy-tianjun%2Fkenaito-config/lists"}