{"id":13740479,"url":"https://github.com/hidevopsio/hiboot","last_synced_at":"2026-02-18T20:12:31.298Z","repository":{"id":30730523,"uuid":"125506740","full_name":"hidevopsio/hiboot","owner":"hidevopsio","description":"hiboot is a high performance web and cli application framework with dependency injection support","archived":false,"fork":false,"pushed_at":"2024-08-25T10:59:51.000Z","size":27004,"stargazers_count":180,"open_issues_count":2,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-08-25T11:56:05.954Z","etag":null,"topics":["application","autoconfiguration","cli","cloudnative","command","command-line-tool","container","dependency-injection","di","golang","ioc","mvc","web","webapp"],"latest_commit_sha":null,"homepage":"https://hiboot.netlify.app/","language":"Go","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/hidevopsio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2018-03-16T11:21:46.000Z","updated_at":"2024-08-25T10:59:54.000Z","dependencies_parsed_at":"2023-07-15T14:25:23.855Z","dependency_job_id":"7a1f1bb1-3db2-4c95-ab69-f1cc25001c6a","html_url":"https://github.com/hidevopsio/hiboot","commit_stats":null,"previous_names":["hidevopsio/hi"],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidevopsio%2Fhiboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidevopsio%2Fhiboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidevopsio%2Fhiboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidevopsio%2Fhiboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hidevopsio","download_url":"https://codeload.github.com/hidevopsio/hiboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224765481,"owners_count":17366127,"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":["application","autoconfiguration","cli","cloudnative","command","command-line-tool","container","dependency-injection","di","golang","ioc","mvc","web","webapp"],"created_at":"2024-08-03T04:00:48.418Z","updated_at":"2026-01-12T11:57:52.954Z","avatar_url":"https://github.com/hidevopsio.png","language":"Go","funding_links":[],"categories":["Web Frameworks","Web框架","web框架`web 框架`","cli","Continuous Delivery \u0026 GitOps","Utility","web框架"],"sub_categories":["Utility/Miscellaneous","HTTP Clients","实用程序/Miscellaneous","版本控制`版本控制相关库`","Fail injection","版本控制"],"readme":"# Hiboot - web/cli application framework\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://hiboot.hidevops.io\"\u003e\r\n    \u003cimg src=\"https://hiboot.netlify.app/images/logo.png\" alt=\"hiboot\"\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n    \u003ca href=\"https://codecov.io/gh/hidevopsio/hiboot\"\u003e\r\n    \u003cimg src=\"https://codecov.io/gh/hidevopsio/hiboot/branch/master/graph/badge.svg\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\r\n      \u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-green.svg\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://goreportcard.com/report/github.com/hidevopsio/hiboot\"\u003e\r\n      \u003cimg src=\"https://goreportcard.com/badge/github.com/hidevopsio/hiboot\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://godoc.org/github.com/hidevopsio/hiboot\"\u003e\r\n      \u003cimg src=\"https://godoc.org/github.com/golang/gddo?status.svg\" /\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n## About\r\n\r\nHiboot is a cloud native web and cli application framework written in Go.\r\n\r\nHiboot is not trying to reinvent everything, it integrates the popular libraries but make them simpler, easier to use. It borrowed some of the Spring features like dependency injection, aspect oriented programming, and auto configuration. You can integrate any other libraries easily by auto configuration with dependency injection support.\r\n\r\nIf you are a Java developer, you can start coding in Go without learning curve.\r\n\r\n## Overview\r\n\r\n* Web MVC (Model-View-Controller).\r\n* Auto Configuration, pre-create instance with properties configs for dependency injection.\r\n* Dependency injection with struct tag name **\\`inject:\"\"\\`**, **Constructor** func, or **Method**.\r\n\r\n## Getting Started\r\n\r\n* [Hiboot Documentation in English](https://hiboot.netlify.app/)\r\n* [Hiboot 中文文档](https://hiboot.netlify.app/cn)\r\n\r\n## Community Contributions Guide\r\n\r\nThank you for considering contributing to the Hiboot framework, The contribution guide can be found [here](CONTRIBUTING.md).\r\n\r\n## License\r\n\r\n© John Deng, 2017 ~ time.Now\r\n\r\nReleased under the [Apache License 2.0](https://hidevops.io/hiboot/blob/master/LICENSE)\r\n=====================================\r\n\r\nReleased under the [Apache License 2.0](https://github.com/hidevopsio/hiboot/blob/master/LICENSE)\r\n\r\n[Jetbrains](https://www.jetbrains.com/?from=hiboot) supports this project with GoLand licenses. We appreciate their support for free and open source software!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidevopsio%2Fhiboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhidevopsio%2Fhiboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidevopsio%2Fhiboot/lists"}