Sample Spring Modulith Save

The demo repository showing modulith architecture with Spring Boot and Spring Modulith

Project README

Modulith with Spring Boot Demo Project Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

In this project, I'm demonstrating how to implement the modulith app using Spring support. Here are the docs about the project.

  1. How to organize the SpringBoot in modular way and use Spring Modulith to simplify and verify the app structure: Guide to Modulith with Spring Boot

Architecture

Our sample app is divided into 4 logical modules:

  • department - manage Department entity
  • employee - manage Employee entity
  • gateway - expose internal modules over REST API
  • organization - manage Organization entity

The following picture illustrates the architecture described above.


Running

You need to have JDK17+ and Maven. Also run Docker on your machine to enable Zipkin container. Then just run the app with the following command:

$ mvn spring-boot:run
Open Source Agenda is not affiliated with "Sample Spring Modulith" Project. README Source: piomin/sample-spring-modulith
Stars
45
Open Issues
1
Last Commit
1 week ago

Open Source Agenda Badge

Open Source Agenda Rating