Skip to content

A simple CRUD application that operates on a H2 database through JDBC

Notifications You must be signed in to change notification settings

valioprea/notifications-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple CRUD application that operates on a H2 database through JDBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages