↧
Answer by TorbenPutkonen for Bank exercise with Java Spring Boot and JPA
Welcome to code review! I have some comments about the data structure from banking point of view.Users usually have more than one account.E-mail is not a unique identifier.The assumption that users...
View ArticleBank exercise with Java Spring Boot and JPA
I'm constructing a homework from my Spring Boot Course and so far I did the JPA layer and want to have some feedback, before start the business rules, about if the I could improve something or change a...
View Article