An open API service indexing awesome lists of open source software.

https://github.com/stylepatrick/spring-boot-multi-module

Example of Spring-Boot-Multi-Module Application. A shared service is used by three different Projects.
https://github.com/stylepatrick/spring-boot-multi-module

maven monolith multi-module spring spring-boot

Last synced: 10 months ago
JSON representation

Example of Spring-Boot-Multi-Module Application. A shared service is used by three different Projects.

Awesome Lists containing this project

README

          

# spring-boot-multi-module

This project shows the way how multi-modules can be used with Spring-Boot and Maven. The root pom is used to inheritance the Spring-Boot Version to the Projects. Three different Projects are accessing the same shared service. The shared service has its own component injected to the Dependency Container.