Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.27 KB

Mao Service Framework :)

Build Status 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 Supported by JetBrains IDEA Open Source License 2020-2021.