MaoJianwei / Mao_Service_Framework

Mao lightweight service framework.

Home Page:https://www.MaoJianwei.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mao lightweight service framework.

https://www.MaoJianwei.com

License:Apache License 2.0


Languages

Language:Java 93.0%Language:Go 7.0%