This full course can be found here: amigoscode.com/p/spring-boot RECOMMENDED COURSES ► Java Essentials - amigoscode.com/p/java-essentials ► Spring Data JPA - amigoscode.com/p/spring-data-jpa ► Software Testing - amigoscode.com/p/software-testing Happy Coding
hi nelson and everyone. i have a question here, my spring boot maven project is so big. how can i push it to github like nelson and others? i mean like, their repo size is so small..
Thankyou Nelson, your videos helped me learn Java really well when I started studying it months ago. I love the way you simplify and explain things like a normal person talking to you, thanks for what you do Nelson all your comments agree, you’re doing incredible work.
BIG thanks my man, you are kickstarting my carreer as a software developer who has no knowledge about backend programming at all. Really glad there are people like you who are noble enough to share their knowledge with others! :)
You're are wonderful! I've from Russia and understand english not very well, but you talk absolutely correct and clear, and your video course - is awesome!
I can't stress enough how great your videos are. They are not just thematically brialliant but your way of going through each and every aspect of a topic and taking your time to explain it in manner so that we as learners can digest it with ease. Thank you, my brother!!!
I needed to work with the database for my university project, but not only did I not work with this framework before, but I did not have any particular background in Java. But you really helped me a lot. Thank you very much.
Assalamu 3amaykum, i wanna thank you for all the free courses you upload on your channel. I m actualy learning how to code throw your videos and they arr very helpfull alhamdulillah. May Allah bless you for all that work! An algerian brother from France 🇩🇿🇫🇷
I dont wanna sound like an asshole, but if you are learning coding with these videos you are doing it wrong. Learn at first the basics with Java then jump to a framework like Spring.
@@amigoscode selam waeleka, thank you for considering this. it would not be complete without session, cookies and related things. there is no good video on youtube, so please please include those as well
Man, I want to tell u thx! I'm from Ukraine and my engl not so good, but EVERY your word was understood by me. And I just started! So, bless you for this lesson)
But how does it work internally? I would like to get the whole chain, the whole picture of how spring does it. At least short overview of implementation would be highly appreciated! Thanks
@@AndreeaDyanna yeah but if there is someone to validate our understanding that would be great. But we can also ensure by debugging the inner classes. That's one another way... I'm saying this there are many videos out there who dictates only the abstract..
Appreciate the video very much ... there is much good detail ... I would concentrate more on "What is the problem we are trying to solve." In this video you show how to use SDJPA Java annotations to automatically create database tables, etc. I would add discussion of the alternative to using SD JPA to auto-generate database tables. Show using CREATE in both a database script and in Java, and point out that SD JPA *saves* one from having to do this work. You don't need to delve into every detail of these other options, but showing how SD JPA avoids having to do this work not only shows the alternative, it helps students understand why SD JPA is superior.
Nice Tutorial, one thing I just feel is most people will be using the Community Edition in the long run and it helps fully grasp that route going forward.
nice video but I was hoping to see all the content that was mentioned right in the begining of the video about relationships, custom queries etc... these are missing in this video and just wondering if there's a second part of this video as well? thank you
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. I cant connect to database on WIndows
Hi @amigoscode, I just wanted to thank you for your great lesson on Spring Data JPA. I learned a lot from your video, and I'm really excited to start using Spring Data JPA in my own projects. I especially appreciated the way you explained the concepts in a clear and concise way.
Anyone else have issues getting the code to generate the SQL? My project is set up exactly as the video and I cannot get the application to create my entity in the DB.
Thank you so much for this course. Really I learned much things. Your english is very clean. My english is not good but i can understand. Thank you again :)
For anyone out there wanting to follow this course smoothly: You need InteliJ IDE and Postgre SQL. So if you use STS and MySQL (like me), you will end up just watching video, because its impossible to follow what he does on InteliJ...
Thank you so much for clean explanation. I have a trouble to connect your db. When i want to connect your amigoscode db it requires user and pass. Could you pls help me. Thanks in advance
Nelson great video. One thing I’d like to know about is a database first approach to the Spring Data JPA. Is there a way for the Spring Data JPA to analyze the database and give you the schema with the correct annotations and values?
This worked successfully using a PostGres DB on a docker for me, but I was also running a second project with mySQL alongside it. I was able to create a table in the DB but I get errors trying to add the constraint. Is there a video showing how to configure this for mySQL?
please make a video tutorial on the spring boot jwt security test and Kafka stream with real business purpose example. I love your channel. It is a request to help me with these two things.
Thank you Nelson Jazaka Allaho Khayr, we would love to see more like this content i would suggest next when you're available make a tutorial about authentication with jwt and 2 entities user and role and how to give access to api based on the user role.
This full course can be found here: amigoscode.com/p/spring-boot
RECOMMENDED COURSES
► Java Essentials - amigoscode.com/p/java-essentials
► Spring Data JPA - amigoscode.com/p/spring-data-jpa
► Software Testing - amigoscode.com/p/software-testing
Happy Coding
Thank you.
I tried to pay for the course and the button to buy is not allowing me and the agreement for Teachable is hidden
Hey man, some videos are not playing at the website. From Querying data section, some play and others dont at all
Fixed, thank you!
hi nelson and everyone. i have a question here, my spring boot maven project is so big. how can i push it to github like nelson and others? i mean like, their repo size is so small..
Nelson, every time I watch your videos I learn something new about Spring Boot. Really you have the academic teaching capabilities.
Thankyou Nelson, your videos helped me learn Java really well when I started studying it months ago. I love the way you simplify and explain things like a normal person talking to you, thanks for what you do Nelson all your comments agree, you’re doing incredible work.
You saved my intern life. Someone who makes a very clear technical explanation that I saw on UA-cam. Great work. Thank you 🤘❤
BIG thanks my man, you are kickstarting my carreer as a software developer who has no knowledge about backend programming at all.
Really glad there are people like you who are noble enough to share their knowledge with others! :)
You are the MAN! started a software engineer degree in Montreal last august, and i'm learning a lot from you.
Salam aleykoum to you!
You're are wonderful! I've from Russia and understand english not very well, but you talk absolutely correct and clear, and your video course - is awesome!
I can't stress enough how great your videos are. They are not just thematically brialliant but your way of going through each and every aspect of a topic and taking your time to explain it in manner so that we as learners can digest it with ease. Thank you, my brother!!!
I like the fact, that you make mistakes on purpose just to show the possible troubleshooting (not specifying the @Id annotation in the Student class).
I needed to work with the database for my university project, but not only did I not work with this framework before, but I did not have any particular background in Java. But you really helped me a lot. Thank you very much.
Assalamu 3amaykum, i wanna thank you for all the free courses you upload on your channel. I m actualy learning how to code throw your videos and they arr very helpfull alhamdulillah.
May Allah bless you for all that work!
An algerian brother from France 🇩🇿🇫🇷
I dont wanna sound like an asshole, but if you are learning coding with these videos you are doing it wrong. Learn at first the basics with Java then jump to a framework like Spring.
@@key4503 yeah brother that s what i m doing, actually i comment this video to give support to nelson. Thanks for the advice ;)
@@obsasew972 nelson has a course on Java, also there is a great tutorial for java by Programming with Mosh. Good luck
The best spring data JPA tutorial ever. it couldn't be better. Thanks alot for share your knowledge. You're a great teacher.
Thank you Nelson for your hard work. Your courses really are live saviors and you are also an amazing teacher!!!!
You drop it the right time. I have to finish a college team project with spring boot and I was struggling. So thank you so so much
Awesome content like always bro Nelson.
Please, we need a course about Spring OAuth2, Thanks.
Coming soon
@@amigoscode selam waeleka, thank you for considering this. it would not be complete without session, cookies and related things. there is no good video on youtube, so please please include those as well
Man, I want to tell u thx! I'm from Ukraine and my engl not so good, but EVERY your word was understood by me. And I just started! So, bless you for this lesson)
But how does it work internally? I would like to get the whole chain, the whole picture of how spring does it. At least short overview of implementation would be highly appreciated! Thanks
JDBC is a good start since JPA is built on top of JDBC.
Hibernate framework is used internally
You can check each class and method in your IDE and can see there how it works.
Oops ... wrong video buddy ...
@@AndreeaDyanna yeah but if there is someone to validate our understanding that would be great. But we can also ensure by debugging the inner classes. That's one another way... I'm saying this there are many videos out there who dictates only the abstract..
Wow, this man is offering some of its dedicated tutorial for free.
Such a nice start. Every bit is informative and the delivery is just very, very good. I'll get back to in the morning!
Best cours to learn Spring Data Jpa PostgreSQL, Thank You a lot.
Appreciate the video very much ... there is much good detail ... I would concentrate more on "What is the problem we are trying to solve." In this video you show how to use SDJPA Java annotations to automatically create database tables, etc. I would add discussion of the alternative to using SD JPA to auto-generate database tables. Show using CREATE in both a database script and in Java, and point out that SD JPA *saves* one from having to do this work. You don't need to delve into every detail of these other options, but showing how SD JPA avoids having to do this work not only shows the alternative, it helps students understand why SD JPA is superior.
Nice Tutorial, one thing I just feel is most people will be using the Community Edition in the long run and it helps fully grasp that route going forward.
thank u so much...i love ur teaching and how you see inteelij idea and postgres together...All the youtubers only use eclipse
hey Amigos, the order of column is arranged alphabetical, how to custom it
nice video but I was hoping to see all the content that was mentioned right in the begining of the video about relationships, custom queries etc... these are missing in this video and just wondering if there's a second part of this video as well?
thank you
Nah, you must enroll it for $50
Thanks for recording this course. You can't believe how much I needed it :)
Ok it's official, Telusko is so yesterday. You are the KING!!
The best youtuber of spring. Wish give us a course about Spring OAuth2.
Thanks!
Wish I could like this tutorial 10 times ... Thanks for time and efforts
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. I cant connect to database on WIndows
Thank you so much for this great introductory tutorial!
Thank you. Awesome tutorial
Thank you so much. This tutorial is amazing. But should you put full tutorial on UA-cam ?
Free full spring boot lessons? you are my angle.
Awesome content, Nelson! Big thanks to you from Brazil :D
thank you so much man that was the best tutorial i have ever seeing
1 min 10s into the video
Me: *Hits like button* 'Just what I needed!'
Thanks Nelson!
You are doing super tutorials bro , keep it up
the content of your classes are amazing!
Loved your clear explanation. Thanks for uploading such a good content
You are one of the few lecturers that explain in such detail and it is easy to understand.
Do you have a full course on Spring Boot?
He has many courses on his website check it out amigoscode.com/p/full-stack-spring-boot-react
Thanks for the great intro on JPA! Does the full course go into more detail?
Hi @amigoscode,
I just wanted to thank you for your great lesson on Spring Data JPA. I learned a lot from your video, and I'm really excited to start using Spring Data JPA in my own projects.
I especially appreciated the way you explained the concepts in a clear and concise way.
Man, you are a superstar!!
Thank you very much, my friend. Super cool tutorial! Super clear.
Dude you're awesome, love your videos.
Anyone else have issues getting the code to generate the SQL? My project is set up exactly as the video and I cannot get the application to create my entity in the DB.
just have told in one statement , whaat is JPA ????? cant understand what is JPA
Nelson , These Course is awesome, My Request is , If you could make it the course available for free .
Thank you so much for this course. Really I learned much things. Your english is very clean. My english is not good but i can understand. Thank you again :)
I appreciate so much this content, didactic and your accent is nice to understand, tks! :D
Hey, how to get this DATABASE toolbar?
I'm getting nuts to find it. I suspect it's only for the IntelliJ payed version.
For anyone out there wanting to follow this course smoothly: You need InteliJ IDE and Postgre SQL. So if you use STS and MySQL (like me), you will end up just watching video, because its impossible to follow what he does on InteliJ...
Thank you for info
Thank you for this session, its been quite helpful for me starting with JPA
Thank you so much for this, cheers from Croatia :)
Awesome tutorial! Thank you so much! 💛
Great work Amigos as always & Happy New Year!!!
I had a dream with this video! Haha, greetings.
Thank you so much for clean explanation. I have a trouble to connect your db. When i want to connect your amigoscode db it requires user and pass. Could you pls help me. Thanks in advance
thank you my brother! you're doing great job!
Can you upload tutorial on Spring Boot + Kafka?
By the way thanks for the video. Keep it up 🔥🔥🔥🔥
Thank you a lot for this excellent tutorial! You are a very good teacher.
The only video that actually helped me ! THANKS A LOT. Amigoscode produce top tier content on UA-cam. As you always say: As-salamu alaykum !
Thank you very much from Brazil and Canada.
Thank you SOOO much man, you're such a help!
Thank you brother, I got a lot of confusion cleared after your video
This course is EXCELLENT, thank you very much!
Pretty shallow tutorial, like those are not even all the basics that you should know about
Thank you for these ERP diagrams they are helpful to visualize how everything works.
You're a life saver, for real! Thanks for sharing
BAARAKALLAH FYKA, very nice and useful contents to me.
Thanks for this tutorial, very clearly covered.
We only needed the IDE configuration step for us to get to this step you explained
40% of video “about JPA” is really about configuring things in IDE 🤦♂️ Really poor quality video about nothing.
I don't agree, it's really useful
@@Stories_of_legends777 no worries, looks like you adore terrorists, thus your opinion is “very useful”, too.
U R THE KING
I looked for exactly this topics, thank you very much!
He is always making valuable contents and thanks for that
This is pure gold
Nelson great video. One thing I’d like to know about is a database first approach to the Spring Data JPA. Is there a way for the Spring Data JPA to analyze the database and give you the schema with the correct annotations and values?
Do you have any courses discounts ! Like udemy when I can pay 10$ ?
yes please, I can pay with local bank with udemy.
I don't have paypal or credit card.
courses are free right ?
Paid for full courses
@@unability1 is it there in udemy platform ? Or his own site only
I'm super happy for this video. God bless you.
thank you !! super helpful video on JPA
Hi Nelson. Thanks for all your videos. Can you please make a video explaining in depth Spring Jpa and Hibernate ?
This worked successfully using a PostGres DB on a docker for me, but I was also running a second project with mySQL alongside it. I was able to create a table in the DB but I get errors trying to add the constraint. Is there a video showing how to configure this for mySQL?
please make a video tutorial on the spring boot jwt security test and Kafka stream with real business purpose example. I love your channel. It is a request to help me with these two things.
I really learnt a lot from you.. Thank you so much
Thank you for this awesome Tutorial! Precise and well-structured. It helped me a lot!
salam alaikum Nelson thanks for the ideas from Philippines!
Many thanks.
Please tell me what aee you using for recording the screen. Are you using OBS ? what are you using for slides
Would be great if you released a video with deployment on Linux server. Looking forward!
amo tu ingles , entendi todo! me re sirvio .
Excelent as always!
Hi Nelson! Thanks for your awesome content! What about a 'whats new in Spring Boot 3'-video?
Excelent master class, Nelson. God Bless you
Thank you Nelson Jazaka Allaho Khayr, we would love to see more like this content i would suggest next when you're available make a tutorial about authentication with jwt and 2 entities user and role and how to give access to api based on the user role.
Thank you nelson, great job :)
Great content man! Thanks for sharing
excellent crash course. Congrats, well done !
Thank you from Russia)
Thanks bro ...I was waiting for this