Giter Club home page Giter Club logo

spring-brick's Introduction

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.0.0+

Doc

Derivative products

Background management system with front and rear plugin function

ETL Tool

Example

Contact

QQ: 859570617(After you like the framework, you can enter the group. Please note the Gitee/GitHub nickname before entering the group)

spring-brick's People

Contributors

starblues-zhuo avatar csxcsx00 avatar kingstarmemory avatar lulee007 avatar lxbzmy avatar hongshengfeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.