Intro





Structure

Each module is supposed to be divided into such submodules:

Learn more about the API layer here

Learn more about the Integration or dao layer here

Service is a submodule which contains the main business logic, also uses repositories with models from the dao layer and uses dtos from the API layer





Example

Here is an example multimodules with the same structure


Where you can learn more about spec-module here