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.
- Host: GitHub
- URL: https://github.com/stylepatrick/spring-boot-multi-module
- Owner: stylepatrick
- Created: 2024-07-11T18:32:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-11T18:37:23.000Z (over 1 year ago)
- Last Synced: 2025-01-26T07:41:23.625Z (12 months ago)
- Topics: maven, monolith, multi-module, spring, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.