https://github.com/bourgui07/abstractions_in_spring_context
https://github.com/bourgui07/abstractions_in_spring_context
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bourgui07/abstractions_in_spring_context
- Owner: BOURGUI07
- Created: 2024-06-08T07:45:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:24:36.000Z (over 1 year ago)
- Last Synced: 2025-01-23T11:21:04.439Z (about 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This little project implements a feature that allows the users to publish their comments.**
**The comments are stored somewhere(Database, or files) and sents via either email or push notifications.**
**Since we will take into account the possibility of changing either the repository or the proxy whenever we want, we need to design the objects using interfaces and let the Spring framework manages its dependencies.**
Framework Used: **Spring Framework**
Build-tool used: **Maven**