You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a remale of capstone project, methodology as below:
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
Stages of completion:
see if I can do it in JPA or hibernate
create util which directly manipulate database tables
service layer
controller with exception handling
update
sucessfully perform the one to many many to one relation among the tables