Example application to show how we start working with JDBC and transform it into Spring Web and Spring Data.
This application consists in a Simple Billing application, where we have Products, Bills and Items for each Bill.
Data Model :
In this repository you can find two differents branch :
- Spring : REST service using Spring Boot, but maintaining JDBC data access
- Spring-Data : REST Service for Billing application with Spring Data.
