1 Star 0 Fork 619

zhukovasky / springboot-plugin-framework

forked from StarBlues / spring-brick 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.05 KB
一键复制 编辑 原始数据 按行查看 历史

SpringBoot Plugin Development Framework

  • A new `3.0.0' version is available, a framework for dynamically extending the system.

中文

Introduce

The framework can be developed in the spring-boot project plugin, plugin can be used in exactly the same way as spring-boot. Using this framework you can achieve the following requirements:

  • In the plugin, you can develop as a mini spring-boot project, which is easy to use.
  • The extension of various function points in the system in plugin, for flexible system expansion, no longer need to use branches to deliver different requirements of the project.
  • Various frameworks and their various spring-boot-xxx-starter can be integrated in plugin.
  • Independent dependencies can now be defined in plugin, not in the main program.
  • Can perfectly solve the plugin package and plugin package, plugin package and the main program because of the same framework of different versions of the conflict problem. Individual plugin can define different versions of the framework for the same dependency.
  • Without the need to restart the main program, you can freely realize the dynamic installation and deployment of the plugin package, to dynamically expand the function of the system.
  • Plugin can also integrate microservice modules independently of the main program.
  • And so on, you can imagine what pressing needs and extensions this framework brings to you.

Features

  1. It simplifies the integration steps of the framework and makes it easier to get started.
  2. Plugin development is closer to spring-boot native development.
  3. Package plugin with maven to support independent package compilation of plugins. Current support:
  • Dev packaging: Package the plugin as a development environment plugin (packaged only once).
  • Prod packaging: Package plug-ins into a jar, zip, folder, etc.
  1. Plugin support two modes of operation:
  • Plugin mode: As a plugin, it is bootloaded by the main program.
  • Autonomous boot mode: Starts as a separate spring-boot project。
  1. Self-developed class loader, support plugin definition of a variety of dependent 'jar' packages.
  2. Various frameworks and their various spring-boot-xxx-starter can be integrated in plugins, such as integration: mybatismybatis-plusspring-jpa etc.

Environment

  1. jdk1.8+d
  2. apache maven 3.6+
  3. spring-boot 2.3.1 ~ 2.7.6

Architecture

architecture.png

Doc

Derivative products

Background management system with front and rear plugin function

ETL Tool

Example

Contact

QQ: 859570617(QQ Group 1 is full), 536825438(QQ Group 2)(After you like the framework, you can enter the group. Please note the Gitee/GitHub nickname before entering the group)

Java
1
https://gitee.com/zhukovasky_admin/springboot-plugin-framework-parent.git
git@gitee.com:zhukovasky_admin/springboot-plugin-framework-parent.git
zhukovasky_admin
springboot-plugin-framework-parent
springboot-plugin-framework
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891