- convert monolith JDBCTemplate to JPA project
- single mysql database with these tables: a. invoice (one to many with invoice item , one to one with customer), b. customer, c. invoice_item, d. t_shirt, e. console, f. game
- TDD
- see if I can do it in JPA or hibernate
- create util which directly manipulate database tables
- service layer
- controller with exception handling
- sucessfully perform the one to many many to one relation among the tables