https://github.com/austinadodo/cqrs_spring_implementation
Implementing CQRS in java Spring MVC, persisting from and to an SQL database.
https://github.com/austinadodo/cqrs_spring_implementation
cqrs decoupling dependency-injection java mvc-architecture spring springmvc
Last synced: 3 months ago
JSON representation
Implementing CQRS in java Spring MVC, persisting from and to an SQL database.
- Host: GitHub
- URL: https://github.com/austinadodo/cqrs_spring_implementation
- Owner: AustinAdodo
- Created: 2023-09-14T16:26:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T14:12:21.000Z (over 1 year ago)
- Last Synced: 2025-01-17T21:43:58.447Z (5 months ago)
- Topics: cqrs, decoupling, dependency-injection, java, mvc-architecture, spring, springmvc
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cqrs_spring_implementation
Implementing CQRS in java Spring MVC