Multi-Module
Multi-module describes the architectural approach to split a monolith into multiple modules. This improves code maintainability and collaboration among developers - without the overhead of running separate microservices.
Spring Boot applications are supporting a multi-module structure and can be initialized with Maven, Gradle or Kotlin Script.
Articles
-
» Best practices for multi-module projects with Spring Boot
-
» Creating Test Jars in Maven for multi-module projects
-
» Adding Test Jars in Gradle for multi-module projects
-
» How to create a Kotlin Multi-Module Project