# hiboot **Repository Path**: hidevopsio/hiboot ## Basic Information - **Project Name**: hiboot - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hiboot - web/cli application framework

hiboot

Build Status

## About Hiboot is a cloud native web and cli application framework written in Go. Hiboot 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. If you are a Java developer, you can start coding in Go without learning curve. ## Overview * Web MVC (Model-View-Controller). * Auto Configuration, pre-create instance with properties configs for dependency injection. * Dependency injection with struct tag name **\`inject:""\`**, **Constructor** func, or **Method**. ## Getting Started * [Hiboot Documentation in English](https://hiboot.hidevops.io) * [Hiboot 中文文档](https://hiboot.hidevops.io/cn) ## Community Contributions Guide Thank you for considering contributing to the Hiboot framework, The contribution guide can be found [here](CONTRIBUTING.md). ## License © John Deng, 2017 ~ time.Now Released under the [Apache License 2.0](https://hidevops.io/hiboot/blob/master/LICENSE)