1 00:00:00,390 --> 00:00:07,460 Not to display the data on the way I have made some series of changes on the back in project as well. 2 00:00:07,860 --> 00:00:11,840 I was just given high level interaction of the changes that I have done. 3 00:00:12,150 --> 00:00:19,500 So there is no change inside the project security conflict, which is related to spring security configuration 4 00:00:19,860 --> 00:00:28,260 that changes our bill controllers for each and every service that we have to build, like account balance 5 00:00:28,260 --> 00:00:31,130 card, like if you see Godse controller. 6 00:00:31,620 --> 00:00:38,760 So this is the service that will invoke from the way after login and authentication is successful and 7 00:00:38,760 --> 00:00:43,930 this controller will call the repository associated with the card. 8 00:00:44,430 --> 00:00:54,220 So called repository is a repository that is associated with the card table and you can see easily. 9 00:00:54,480 --> 00:01:00,570 So this is the interface which extends great repository from Spring Data JPA and the entity that it 10 00:01:00,930 --> 00:01:01,550 is cut. 11 00:01:02,100 --> 00:01:09,480 Go and look into the card is an entity which is associated to your table cards and these are all the 12 00:01:09,480 --> 00:01:12,160 columns present inside the card stable. 13 00:01:12,330 --> 00:01:16,050 So this is a simple Jobster based upon the customer. 14 00:01:16,050 --> 00:01:22,890 I am trying to get all the cards and if the cards is not null, I'm returning the list of cards to the 15 00:01:22,890 --> 00:01:25,160 EU which will be displayed on the screen. 16 00:01:25,320 --> 00:01:27,270 Otherwise I'll just personal value. 17 00:01:27,540 --> 00:01:29,460 The same applies for other controllers. 18 00:01:29,460 --> 00:01:35,130 Also like launch controller, launch controller has a launch repository which is associated with an 19 00:01:35,130 --> 00:01:42,210 entity launch and based upon the customer 80 be getting all the loans with that customer and pass through 20 00:01:42,210 --> 00:01:43,100 the UI. 21 00:01:43,440 --> 00:01:47,700 So this is how that changes happen on the controller and the repository. 22 00:01:47,850 --> 00:01:53,580 And at the same time, I also created model classes for each and every entity associated with the new 23 00:01:53,610 --> 00:01:54,300 webpages. 24 00:01:54,450 --> 00:01:59,250 Like all these annotations are from the AP like Entity Table column. 25 00:01:59,550 --> 00:02:02,760 And at the same time, I'm also updated. 26 00:02:02,760 --> 00:02:05,980 The script starts with the latest table details. 27 00:02:05,980 --> 00:02:10,190 So previously we only have customer table with the login credentials details. 28 00:02:10,470 --> 00:02:17,160 But now I have created the tables for each and every functionality that we have inside our application 29 00:02:17,340 --> 00:02:25,880 like account account transactions and the records and loans, loans, records, cards, cards, records. 30 00:02:26,190 --> 00:02:32,610 And at the same time we also have notices and contacts misses table for storing the contacts inside 31 00:02:32,610 --> 00:02:33,780 our database. 32 00:02:33,940 --> 00:02:39,950 So with this, I'm assuming you are understanding the code that we have done both on the way and backend. 33 00:02:40,140 --> 00:02:45,360 So don't worry if something is not clear, because we will discuss more and more in the coming videos 34 00:02:45,360 --> 00:02:52,680 and in the next video will make our backend application up and try to contact from the UI and see what 35 00:02:52,680 --> 00:02:53,250 is happening. 36 00:02:53,280 --> 00:02:53,840 Thank you. 37 00:02:53,850 --> 00:02:55,210 And see you in the next by.