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!!!
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
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.
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.
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.
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
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 :)
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 brother, keep sharing the knowledge. It will benefit us and internally it will benefit you with rewards from Allah swt, in shaa Allah
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.
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?
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
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 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 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?
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.
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 saved my intern life. Someone who makes a very clear technical explanation that I saw on RUclips. Great work. Thank you 🤘❤
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!!!
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.
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
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.
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)
Best cours to learn Spring Data Jpa PostgreSQL, Thank You a lot.
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).
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
Wow, this man is offering some of its dedicated tutorial for free.
Thank you Nelson for your hard work. Your courses really are live saviors and you are also an amazing teacher!!!!
Such a nice start. Every bit is informative and the delivery is just very, very good. I'll get back to in the morning!
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..
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.
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
thank u so much...i love ur teaching and how you see inteelij idea and postgres together...All the youtubers only use eclipse
Thanks for recording this course. You can't believe how much I needed it :)
Thank you. Awesome tutorial
1 min 10s into the video
Me: *Hits like button* 'Just what I needed!'
Thanks Nelson!
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.
Thank you so much for this great introductory tutorial!
Thank you so much. This tutorial is amazing. But should you put full tutorial on RUclips ?
Free full spring boot lessons? you are my angle.
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
thank you so much man that was the best tutorial i have ever seeing
Loved your clear explanation. Thanks for uploading such a good content
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 :)
The only video that actually helped me ! THANKS A LOT. Amigoscode produce top tier content on RUclips. As you always say: As-salamu alaykum !
Awesome content, Nelson! Big thanks to you from Brazil :D
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
amo tu ingles , entendi todo! me re sirvio .
Thank you very much, my friend. Super cool tutorial! Super clear.
Thank you very much from Brazil and Canada.
Thank you for these ERP diagrams they are helpful to visualize how everything works.
Thank you for this session, its been quite helpful for me starting with JPA
hey Amigos, the order of column is arranged alphabetical, how to custom it
Thank you from Russia)
salam alaikum Nelson thanks for the ideas from Philippines!
Thank you brother, I got a lot of confusion cleared after your video
Thanks for the great intro on JPA! Does the full course go into more detail?
I appreciate so much this content, didactic and your accent is nice to understand, tks! :D
Thank you so much for this, cheers from Croatia :)
BAARAKALLAH FYKA, very nice and useful contents to me.
You are doing super tutorials bro , keep it up
This course is EXCELLENT, thank you very much!
Nelson , These Course is awesome, My Request is , If you could make it the course available for free .
Awesome tutorial! Thank you so much! 💛
Pretty shallow tutorial, like those are not even all the basics that you should know about
the content of your classes are amazing!
Thank you a lot for this excellent tutorial! You are a very good teacher.
I'm super happy for this video. God bless you.
@21:11 ,I have a lot of questions 😮, I believe the devil took over for 3 seconds.
Thank you so much brother, keep sharing the knowledge. It will benefit us and internally it will benefit you with rewards from Allah swt, in shaa Allah
Dude you're awesome, love your videos.
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
Can you upload tutorial on Spring Boot + Kafka?
By the way thanks for the video. Keep it up 🔥🔥🔥🔥
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.
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?
You're a life saver, for real! Thanks for sharing
just have told in one statement , whaat is JPA ????? cant understand what is JPA
Thanks for this tutorial, very clearly covered.
Man, you are a superstar!!
Great work Amigos as always & Happy New Year!!!
Thank you SOOO much man, you're such a help!
I looked for exactly this topics, thank you very much!
This is pure gold
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 !! super helpful video on JPA
He is always making valuable contents and thanks for that
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 really learnt a lot from you.. Thank you so much
thank you my brother! you're doing great job!
Thank you for this awesome Tutorial! Precise and well-structured. It helped me a lot!
Many thanks.
Please tell me what aee you using for recording the screen. Are you using OBS ? what are you using for slides
Which is better to use in internal and external IDs, UUID or BIG SERIAL?
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
Hi Nelson. Thanks for all your videos. Can you please make a video explaining in depth Spring Jpa and Hibernate ?
Awesome content, thanks!!!
Nelson, what resolution do you use for the external monitor? Full 2K or “best for display option?”
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.
U R THE KING
Hi Nelson! Thanks for your awesome content! What about a 'whats new in Spring Boot 3'-video?
JajakAllah Khayran! As usal nice free content for learning.
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.
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?
Excelent master class, Nelson. God Bless you
Thank you nelson, great job :)
Does Spring Data JPA provide support for Stored Procedures? If so, How would one implement that?
Would be great if you released a video with deployment on Linux server. Looking forward!
Liked it just at 00:01 . 😃