https://github.com/thevpc/sample-spring-nuts
https://github.com/thevpc/sample-spring-nuts
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thevpc/sample-spring-nuts
- Owner: thevpc
- Created: 2024-11-30T10:17:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T17:56:50.000Z (over 1 year ago)
- Last Synced: 2025-05-08T03:06:18.002Z (about 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-spring-nuts
This repository contains a demo for a pyramid architecture using spring framework and nuts package manager.
* app contains the main application (executable part)
* core contains the pyramid left side (transversal utilities)
* modules contains the pyramid front side
* each module is severed into layers
* each layer 'discusses' with the same layer of other modules or with the immediate lower layer (vertically or horizontally, never obliquely).
* layers are abstracted and hence would have multiple implementations regardless of upper or lower layers
* service layers are accessible locally (in a monolith) as service-impl and remotely (micro-service) as service-restcli