Solution for Lombok issue: kzbin.info/www/bejne/pqC3daKEbK96edEsi=4baQe-G0ptg9YWML. Check out complete Spring Boot Banking Application Project: kzbin.info/www/bejne/mXqodYGYYt5-p5osi=ToC18gnpzBDWE-U2 #subscibe #like #comment
@arjunchandran5798 Жыл бұрын
Guys I can bet that he is not only teaching you how to do the project, he's also teaching you how to write codes in coding standards. His coding structure is amazing and it is at its best .
@abduelrah36768 ай бұрын
Yeah, abstraction at its best 👌
@boh36077 ай бұрын
Yes he is pro.
@JavaGuides Жыл бұрын
Let’s have 5k likes for this video. I will plan more videos on projects
@AdityaNarayanSahoo-c4w Жыл бұрын
could you please implement frontend in this project.
@KwonHyunRan Жыл бұрын
Please show front-end code and how to add and delete rows on front-end too. Thank you so much. Your code make my day better :D
@passionfirst10 ай бұрын
sir your videos are very helpful first of all thank you for that. Could you add stuffs like Authentication, Verification, JWT Tokens because your code is very clean i think we can learn atleast some basics of the advanced stuffs?
@code.edanur9 ай бұрын
Thank you so much !
@lsiddharthareddy86358 ай бұрын
please provide github repo link
@RandomGuy159951 Жыл бұрын
You are my favorite youtuber right now. Ramesh, thank you for doing what you do.✌️👍
@codewithcoffe249 ай бұрын
The best video I watched till date!!!Love it Man!!! Please upload more projects
@pranaypaul636111 ай бұрын
Please make more videos like this specially on Spring boot...java backend related. You kept everything so simple and beginning level understanding. I would like you to extend this project with next step to deploy on AWS eventually....bcz you keep things simple. You provided a 360 degree perspective how to do REST api from interface to function implementation to controller...we can build more on it. Please provide whats next for this project to deploy and make it CV ready where actually we can elaborate everything from A to Z and can follow the same principle to build other projects on spring...Thank you sir.
@harshavardhinisridhar67476 ай бұрын
One of the best tutorials on Springboot. I have always struggled with Springboot, but this one video cleared all of my questions. All the best to you , Java Guides! Thank you so much for this amazing video.
@RajinderYadav Жыл бұрын
This is an good basic video. I love the pace and not wasting time going over the basics, these things can be easily looked up. It also servers as a good refresher for busy developers. You don't need to use DTO objects anymore or a mapper class, just use Java Records and use it to work with immutable data. I don't know why you wrote error handling but didn't test them out? It would have been better to go over basic response entity error handing and exception class and correct HTTP status.
@JavaGuides Жыл бұрын
This project gives a base your banking project. The scenario I missed like error handling, you can take it as exercise. I will cover records in upcoming projects. Note that all APIs return the correct http status as per standards.
@AK-tt7fc9 ай бұрын
OMG , First time created project after learning from you . excited after seeing the result in DB . Thanks alot .
@gobindasuniqueideas8247 Жыл бұрын
Good video Ramesh. But you should add validation, exception handling and security to this application. Also some more functionality is required like, statement creation for individual account holders, loan processing, external service call... asynchronous communication...these will make this project more efficient and more complete.
@codewithcoffe249 ай бұрын
love the ideas
@akshaytelang226 ай бұрын
Can you send code for projects that use this concept . It will be very helpful for me as I am just starting with springboot
@davidmurege6 ай бұрын
One of the best springboot hibernate tutorial, it also taught me how to test apis using postman, apidog and not to rely on browsers like edge,google. Thumbs up sir
@code.edanur9 ай бұрын
That was amazing tutorial . I completed my Project and added my portfolio. Thank you so much your channel is really a gift for me . I will buy your udemy education also . You explain every step clearly , really thanks
@saitejaballa67598 ай бұрын
It's really quite helpful you not only did explained the implementation but also explained how to follow best practices . Thanks a lot!
@JavaDotNetDeveloper5 ай бұрын
@JavaGuides, Thank you very much Ramesh Sir for making such a Real Time project. within a hour I learnt the REST API.
@DanishAli-ql1es5 ай бұрын
I created my first project using Java and SpringBoot, Thanku so much for this tutorial
@harishsingh245111 ай бұрын
Please upload more videos that will be beneficial for our real-time project work. These videos should cover topics that increase our knowledge and help us address real-time issues effectively. Thank you in advance for providing resources that will enhance our skills and support us in navigating challenges during real-time projects.
@kholofelonkgape67688 күн бұрын
Thank you ramesh very educative tutorial ❤
@suranjan10006 ай бұрын
You have just boost up my confidence with this project video. Thanks a lot n lot !!!
@harishkummara7676 ай бұрын
Your explanations are clear and straightforward, making learning enjoyable. Thank you for this 😊
@janhvisingh-ry8wp2 күн бұрын
can you add security features in this as well or make another video with spring security .it would be really helpful
@manoshacooray53229 күн бұрын
Thank you so much sir, This really helped me to learn about spring boot ❤
@178_susmitabera54 ай бұрын
Thnq sir. This video deserves millions of views 😊
@prabakarana71762 ай бұрын
Hi Ramesh,26:16 while sending i am getting 404 error please help
@mahady_hasan_fahim4 ай бұрын
I watched it already. Thank you Sir for shearing it once again on facebook
@aarongopi67497 ай бұрын
keep it bro ,really well explained. Especially for me i have the clear understanding of response entity.
@satyamsinha5769 ай бұрын
Thank you Ramesh for deep explanation of every small aspect of the project
@adityacr74077 ай бұрын
This guy is good , I mean it seriously.❤
@themotivationhouse11909 ай бұрын
Excellent video I watched till date!!! Love it Man!!! Please upload the front-end also ❤❤
@hemika13228 ай бұрын
19:35 at this point you are creating mapper class and accessing the variables from Account, AccountDto class. When i try to use getId,getaccountHolderName,getBalance using accountDto object i am getting an error "Cannot find getId" also with the other methods. Can anyone or @Java Guides sir help me to resolve this issue.
@JavaGuides8 ай бұрын
Install Lombok plugin in your IDE
@hemika13228 ай бұрын
Thank you sir it worked. I have one doubt here we already added the Lombok dependency when we are creating spring project. Whatever the plugins we added in pom.xml should get downloaded at the time of build the project. In this case Lombok was not installed. Is there any particular reason for this sir?
@panduupadhya46406 ай бұрын
@@hemika1322 some plugins need to be installed on IDE also...
@sunnyarora514724 күн бұрын
@@JavaGuides still not working
@tradeiteasyy7 ай бұрын
Why are you not using autowired insted of constructor dependency injection?
@tarunmarisetti45362 ай бұрын
Hello Sir, I have been following Your videos quite a long time. You are my Guide to SpringBoot. i have a question here, why u didn't declare column name for balance?
@lakshmisridhar74335 ай бұрын
You are the angel, nice really great sir, but I had tough time with this now it’s easier
@KrishnaKamlesh-r6zАй бұрын
RequiredArgsConstructor ka use kar sakte hai na autowiring ke liye
@adityabhadoriya319111 ай бұрын
8:08 create a packaging structure and Springboot app success. connection to Database 11:45 Create Spring Data JPA Repository
@FutureForge-ir7xc3 ай бұрын
Very well Explained bro!!!! Thank you so much!!!!
@rishiraj25482 ай бұрын
@Data annotation from lombok helps with Getter and Setter stuff. Just for the sake of brevity!
@sudarshankumbhar65388 ай бұрын
The best explanation and code writing❤
@pranavkumar736910 ай бұрын
which keyboard are you using? feedback sound is so dam good... Please let me know.
@ЕвгенийВовк-ы7ь7 ай бұрын
Creating the Banking-app - an amazing! thx🙏
@sandeep_begudem Жыл бұрын
Hey Ramesh, would you also write some custom JPQL queries for all the CRUD operations? Thank you!
@Web-Tech126 Жыл бұрын
we need more projects ❤ to learn quickly 😊
@davidalejandro3306 ай бұрын
Thank's man! This resource is very helpfull for me, great video.
@nahomabebe35828 ай бұрын
Your cool Man teach us more, pass knowledge and skills. God will blessings you More
@nitakr38510 ай бұрын
Thanks for this tutorial.
@vattikondasravani5263 Жыл бұрын
Hi, Thanks for the project . I was trying to do same parallelly. In the mapper class while passing arguments in the account constructor it is not showing getter methods. I mentioned @Data in AccountDto class. Still it is not showing getter methods. could you please help me on this?
@JavaGuides Жыл бұрын
Install Lombok plugin in your STS IDE
@adityacr74077 ай бұрын
Lombok dependency must be missing
@HarshithRajuP3 ай бұрын
Thank You for your Well Explanation...!!!!😉
@navneettiwari83822 ай бұрын
Thanks brother ❤, it was very helpful..
@ytabhigan10 ай бұрын
Great learning resource, thanks. Can we use MongoDB instead of MySql in this project if yes then can you make a small tutorial as to how?
@mdtabrez9304Ай бұрын
Why we using Dto or Mapper instead of that we can directly access the same result from account why we have to change dto to entity and entity to dto
@COD_MW007 Жыл бұрын
Sir, I am trying to find a course in your playlists where you have created a simple end to end springboot application in which spring JWT is also used, but I couldn't find it. can you help me with this? can you please provide me some link to the video or entire playlist?
@HARSINIAM11 ай бұрын
Thank you for providing a clear explanation sir
@himanshusemwal6716 ай бұрын
I'm getting error while sending request in postman. time:- 26:05 below is the error i'm getting { "timestamp": "2024-07-17T10:47:47.701+00:00", "status": 500, "error": "Internal Server Error", "path": "/api/accounts" } can you please help me to resolve this
@knowledgeseeker75775 ай бұрын
I am also getting same error AccountDto.getId() is null in mapToAccount method
@marvinchrismangahas23524 ай бұрын
did you resolve it? can you share it
@tysontyson26163 ай бұрын
@@marvinchrismangahas2352 did you resolve it
@Samuel-ow5jx8 ай бұрын
Love your tutorials, Ramesh!
@azhargayawi4 ай бұрын
Can i add this project in my resume?
@AK-tt7fc9 ай бұрын
@JavaGuides , i am learning springboot from your videos . Kindly share the order in which i can do your projects . from beginner level to expect .
@nishantkumar351611 ай бұрын
Thanks! Please share best practices on low latency architecture (eTrading applications)
@geetasharmageetasharma95035 ай бұрын
I completed this plese upload more backend projects
@MaxGyn20234 ай бұрын
Thank you for the class
@dineshchanna4993 Жыл бұрын
Sir geeat explanation, from now please use dark mode(night theme) good for our eyes,thdy give cool effext
@nandyalasudharshan6859 Жыл бұрын
Awesome Explanation and please do add more features into this project
@mohamed_alaa687 ай бұрын
This is very good tutorial Thanks very much
@vinitapatil-z4n6 ай бұрын
thank you. your guidance was very useful.
@onkarkarpe465810 ай бұрын
Hi @Java Guides Getting error 401 while calling the REST API, but we have not given any security user while making the project, Please help me on this
@SaiKrishnavallabhajoshyula9 ай бұрын
Nicely explained , great bro . well done
@rishikrishnangurunathan89659 ай бұрын
Hi sir. This video is really helpful for understanding the concepts of REST APIs. But is there any methods for implementing thymeleaf for creating a front-end so that instead of using the postman, i can manipulate the data in the DB through the webpage itself.
@tradeiteasyy7 ай бұрын
Clean and neat code ❤
@nabinbudhathoki4402 Жыл бұрын
Hi Ramesh, really appreciate your content. Can you make project on microservices as well. Thank You
@rajnikant9123 Жыл бұрын
Amazing video sir...please implement this same project with thymelefeaf as a frontend view.
@sourabhmukherjee4411 Жыл бұрын
Hi not required. Nowadays ui is created using react or angular.
@ajaykrishnaa900411 ай бұрын
please add the github link for this project in description and it will be helpful . Thanks
@RashidMd-ud4fj Жыл бұрын
good to see content my fav sir
@rryann0889 ай бұрын
Excellent!!! TThis helped me a lot!
@code.edanur9 ай бұрын
Please make more videos :) Best regards from Turkey
@sidharthrout7285 ай бұрын
nice one bhai
@pradipta.0079 ай бұрын
in 10:08 why are we using both @no args and @all arg annotations?
@chanduprem758310 ай бұрын
Super sir❤
@djb1554 ай бұрын
Can we use dao. Which is better dao Or dto.
@vishwajeetsingh56469 ай бұрын
What is the need to create AccountDto and do we have to map account to accountDto. I don't understand, please somebody explain.
@obinnadanil81468 ай бұрын
The dto is a data transfer object and that's tailored to meet the what's needed at the frontend. It also adds some level of security by exposing only the needful information to the client side. So yea, in real world application, it is advised you map from entity to dto while transferring to frontend and dto to entity while transferring from the client side to the database.
@andiuptown17117 ай бұрын
@@obinnadanil8146what about dao? Do we need that too
@panduupadhya46406 ай бұрын
@@andiuptown1711 Dao layer is useful when any changes need to be done only on the database part, yes it is best practice to create Dao layer
@hymateluguvlogger48203 ай бұрын
I'm using eclipse IDE, while practicing this project everytime, I got stuck in Mapper class with DTO getter functions though I have defined getters and setters. Its saying getters are not defined, even in import section also its saying imported classes are not been used though I have used them in mapper classes. tried with AI solutions too but no luck.
@JavaGuides3 ай бұрын
Install Lombok plugin in your Eclipse IDE
@DyavarasettiAkshaya10 ай бұрын
Thank you for this project . I was trying to do same parallelly. In the mapper class while passing arguments in the account constructor it is not showing getter methods. I mentioned @Data in AccountDto class. I have installed lombok pluggin in eclipse Still it is not showing getter methods. could you please help me on this?
@johncena-mw3ge9 ай бұрын
same here
@AnjaliMusale-b2u3 ай бұрын
Same here
@shaikamzadhussain9173 ай бұрын
Same here
@shubhammagrde9888 Жыл бұрын
Please teach us more project just like this
@sambit_x5 ай бұрын
Why the tables are not created in Schema in the database
@shaikamzadhussain9172 ай бұрын
I have created entity class and run the spring boot application it runs successfully with no errors but table is not created in mysql database i could not configure issue please help me
@shaikamzadhussain9172 ай бұрын
@javaGuides
@AkshayYadav-qi4sv Жыл бұрын
Nice project Some kind of simple UI using angular or react would have been great for this project
@himanshuprajapati2238 Жыл бұрын
you are doing excellent job, I have enrolled your Udemy course also. can you please make project on Spring AI? with good use case?
@bka9705 Жыл бұрын
in controller layer where is request.put("amount") coming from whether it is dynamically giving?
@JavaGuides Жыл бұрын
It's a request.get("amount") not a put()
@bka9705 Жыл бұрын
@@JavaGuides yes yes Key is giving manually by us?
@JavaGuides Жыл бұрын
@@bka9705 No, we are binding the request to Map using @RequestBody Annotation. In a Postman, you can see we are passing object with key as amount and value as 10000.
@SomnathDas-fg2qc9 ай бұрын
Sir please make one video on 2+ years of experience spring boot project ,to showcase fake experience in an interview so that we can switch out domain to java developer
@panduupadhya46406 ай бұрын
why did you use dto class instead of entity class? is it necessary to do so or what? I just want to know
@nidhidilesh31226 ай бұрын
did you find out ?
@panduupadhya46406 ай бұрын
@@nidhidilesh3122 ha, it is actually Best Practice to interact with client and the server in order to avoid exposing directly our entity class to end point .
@PriyanshuThakur-iu5mp7 ай бұрын
hi sir i have a qus why you made your custom mapper when we have model mapper in java?
@alirabee764911 ай бұрын
thank you so much for your effort
@azhargayawi4 ай бұрын
Can i add this project in my resume
@carlosbernardo6531 Жыл бұрын
Ok. Let's enroll the new journey
@JavaGuides Жыл бұрын
Means ?
@carlosbernardo6531 Жыл бұрын
@@JavaGuides let's start the course
@bhavanagattu59586 ай бұрын
Did you add jwt to this project@@bala7965
@samahmahdi551110 ай бұрын
Thanks for sharing
@satyajitparija603310 ай бұрын
Please add security and validation in the above project
@PallabChatterjee18 Жыл бұрын
Hey Can you make this as a project and make a series of videos and do some front end as well please
@sudo-abhinav11 ай бұрын
please tell me which JDK you use
@VikashBharadwaj4 ай бұрын
Can i add this project in my resume
@TinTin-tw7cg Жыл бұрын
what are uses of another class Account_dto instead of using Account to save data?
@shubhammagrde9888 Жыл бұрын
great video sir
@anuhyap3845 ай бұрын
why are we using Dto here?
@pragmaticcoder6910 Жыл бұрын
Can we have front end integration to this project. It doesn’t have to be like a true banking websites but it would be great having front end with JWT.
@saurabhkumar-qr2cc Жыл бұрын
Can make 1 project using observable design patterns
@SonaliMunjannavar11 ай бұрын
I was cloning this project, I am stuck between with error ,unable to solve and complete it
@TheTimelessReverie10 ай бұрын
same here the getter, setter method for mapper class are not defined
@adityacr74077 ай бұрын
Install Lombok dependency, that must be missing .
@lakshmisridhar74335 ай бұрын
Unbelievable keyword deposit is added in service. Java, showing error