Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 674 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 674 Bytes

Notification management application

  • Java + Spring Boot Application
  • H2 Relational Database
  • JDBC used for querying the database

Application Structure

  • DAO + DTO patterns were used
  • A controller as entry point, a service layer and a persistence layer
  • Abstraction for decoupling the DAO and the service
  • Generic exception handling for some db accessing methods

Extras

How to run

  • Download locally, import maven projects & just run and have fun