Skip to content

MaoJianwei/Mao_Service_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: maojianwei2012@126.com

.

JetBrains Logo Supported by JetBrains IDEA Open Source License 2020-2021.