Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maojianwei/mao_service_framework
Mao lightweight service framework.
https://github.com/maojianwei/mao_service_framework
modular modularity platform service-framework serviceframework
Last synced: 7 days ago
JSON representation
Mao lightweight service framework.
- Host: GitHub
- URL: https://github.com/maojianwei/mao_service_framework
- Owner: MaoJianwei
- License: apache-2.0
- Created: 2019-11-03T03:03:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T16:22:46.000Z (over 3 years ago)
- Last Synced: 2024-11-21T01:58:41.996Z (2 months ago)
- Topics: modular, modularity, platform, service-framework, serviceframework
- Language: Java
- Homepage: https://www.MaoJianwei.com
- Size: 195 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mao Service Framework :)
[![Build Status](https://travis-ci.org/MaoJianwei/Mao_Service_Framework.svg?branch=master)](https://travis-ci.org/MaoJianwei/Mao_Service_Framework)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/MaoJianwei/MaoFramework/blob/master/LICENSE)A lightweight service framework for you to build up **modular System** or create **simple Applications**.
.
**Bootstrap.java** is the entry of this framework, and it can be an **example** for you to do some **extension** / **develop** your Apps based on this service framework.
## Architecture
***Your Apps/Modules*** ---register-to---> **ModuleManager** ---send-to-run---> **RunningCore**
***Your Web needs*** ---extend---> **WebController** ---loaded-by---> **WebSystem** ---register-to---> **ModuleManager**
(WebSystem / WebController are based on Spring Boot & MVC)
.
## ***Dependency Injection*** is beta version now!
implemented with ***MaoAbstractRunningTask*** and ***@MaoReference*** annotation
.
## Architect
Jianwei Mao
https://www.MaoJianwei.com/
E-mail: [email protected]
.
![JetBrains Logo](https://www.jetbrains.com/favicon-32x32.png) Supported by [JetBrains IDEA Open Source License](https://www.jetbrains.com/?from=Mao_Service_Framework) 2020-2021.