please help on creating a banking application. using the java spring boot project create the below packages at rest structure 1. entity 2. controller 3. service 4. repository the database is h2 database requirements: this application will have the following requirements: 1. it will support 4 account types: a. checking b. savings c. loans d. credit cards 2. a user will have the following: a. an id b. their first name c. their last name d. an email e. a password



Answer :

Other Questions