Skip to content

jmix-projects/sample-composite-project-2

Repository files navigation

Jmix Composite Project Sample

This is an example of modular monolithic application built with Jmix 2.x.

The composite project consists of the following subprojects:

  • users, customers, projects - add-ons
  • sales - target application

Dependencies between the subprojects:

flowchart
    customers --> users
    projects --> users
    sales --> customers
    sales --> projects
    sales --> users
Loading

The users add-on provides the user authentication and user management functionality.

Usage

  • Clone the repository.
  • Open the root directory in IntelliJ IDEA with Jmix Studio plugin installed.
  • Wait until Gradle import is finished.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages