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.
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)
.
implemented with MaoAbstractRunningTask and @MaoReference annotation
.
Jianwei Mao
E-mail: [email protected]
.
Supported by JetBrains IDEA Open Source License 2020-2021.