I like the way you explain some of the confusing stuff. I would like more of these tutorials especially on the security, OAuth2 Authorization and Resource Servers and opaque tokens. I wish you the best of life.
One of the best videos on spring boot i have seen and your explanation is super easy to understand . and i hope you will do more videos on spring modules like the spring security and so on........
Beautiful course, I really enjoyed it and understood everything. Please do one on Spring testing-Junit and mockito and openID. It would be amazing. Thank you
Thank you for creating such wonderful tutorials. Can you create videos for the followings, 1. Spring Boot + JPA + Thymeleaf application, focusing more on forms for *uploading list of data* (Strings, Objects), images and etc. 2. Spring Boot *MVC* application, Auth using JWT considering best practices. 3. Using 3rd party APIs (using RestTemplate, WebClient or another like OpenFeign). 4. Spring Boot application for saving and reading data on Amazon S3 and/or Firebase.
great sir can u pls how teach how to make fully flexed full stack application using angular and spring security with jwt,springboot and jpa it will be really helpful...
There are many data libraries that allow interaction with a Database other than JPA. JDBC also has both an API and A Data library, there are also far more starters there. Also The suggestion that you need Data JPA to connect to a Database is incorrect. JPA is a configuration with Hibernate that allows you you to interact with a Database, but its not required for a Database connection.
Flutter is a great choice at the moment if you want to develop cross-platform applications. I prefer it because of the great community, very active development, growing developer base and of course the material design 3 (MD3) support.
hi! when i added dependency for springboot starter data jpa, it has runtime error: > Press 'command 'myPath>/openjdk-22.0.2/Contents/Home/bin/java'" finished with non-zero exit value 1 but when i remove it, there is no runtime error. may i know what's possibly causing this? been trying to debug for two days :(
Can you share the full error stacktrace? The error message "Press 'command finished with non-zero exit value 1" is a generic error message that happens when the app exits abruptly due to any error. I mean, exit-value = 1 just says that something went wrong but doesn't specify what. To find the root cause, you need to check why the app is exiting.
@@GenuineCoder oh, i found out from stacktrace that hibernate wasn't setup in application.properties. after i set it up, there's no runtime error. thanks for the prompt response! :)
I like the way you explain some of the confusing stuff. I would like more of these tutorials especially on the security, OAuth2 Authorization and Resource Servers and opaque tokens. I wish you the best of life.
One of the best videos on spring boot i have seen and your explanation is super easy to understand . and i hope you will do more videos on spring modules like the spring security and so on........
A big thumbs up, well explained. Please make more videos about spring-boot.
A login/registration or an app with security and jwt.
Excellent :)
you are very detail. thanks alot
Beautiful course, I really enjoyed it and understood everything. Please do one on Spring testing-Junit and mockito and openID. It would be amazing. Thank you
If liking the video more than once was a thing I would. Thank you well planned, clearly explained and beginners friendly.
Thanks!
pretty helpful for beginners like us! keep uploading beginner friendly content like this in Java Spring Boot
You are really Genuine Coder...Helped me alot...Subscribed..
Wow, Thank you very much. This is a very good tutorial of the year.
Really Great Tutorial!!!!! Thanks a lot
very well explained!
Best for beginner. Thanks!
This is so much clear tutorial.Respect sir.🥰
Its greatful if you can create this kind of tutorial on angular.💛
One of the best teacher I have ever seen ❤.... thank you so... please do more videos about spring boot 🎉I will share my a friends
Thanks for your kind words 😊
Thanks Buddy very grateful to you
Pure Banger
Thank you for creating such wonderful tutorials. Can you create videos for the followings,
1. Spring Boot + JPA + Thymeleaf application, focusing more on forms for *uploading list of data* (Strings, Objects), images and etc.
2. Spring Boot *MVC* application, Auth using JWT considering best practices.
3. Using 3rd party APIs (using RestTemplate, WebClient or another like OpenFeign).
4. Spring Boot application for saving and reading data on Amazon S3 and/or Firebase.
Thanks
Sir thank u for this video.
Can you take one class of spring project how to debugging our and execution flow of project.
great sir can u pls how teach how to make fully flexed full stack application using angular and spring security with jwt,springboot and jpa
it will be really helpful...
There are many data libraries that allow interaction with a Database other than JPA. JDBC also has both an API and A Data library, there are also far more starters there. Also The suggestion that you need Data JPA to connect to a Database is incorrect. JPA is a configuration with Hibernate that allows you you to interact with a Database, but its not required for a Database connection.
Why does it go from 3 embedded server straight to 7 production-ready features, is there anything in between that I'm missing?
Sir what are the frontend frameworks good to learn for springboot backend.
Flutter is a great choice at the moment if you want to develop cross-platform applications. I prefer it because of the great community, very active development, growing developer base and of course the material design 3 (MD3) support.
Pls make video on kafka and microservices
A new tutorial for microservices with real-world video streaming project is now available
ruclips.net/video/MrSECdSIaOg/видео.html
@@GenuineCoder Thanks for your effort.
Please introduction us microservices with real world example
A new tutorial for microservices with a video streaming project example is now available
ruclips.net/video/MrSECdSIaOg/видео.html
hi! when i added dependency for springboot starter data jpa, it has runtime error:
> Press 'command 'myPath>/openjdk-22.0.2/Contents/Home/bin/java'" finished with non-zero exit value 1
but when i remove it, there is no runtime error. may i know what's possibly causing this? been trying to debug for two days :(
*Process, not press.
Can you share the full error stacktrace?
The error message "Press 'command finished with non-zero exit value 1" is a generic error message that happens when the app exits abruptly due to any error. I mean, exit-value = 1 just says that something went wrong but doesn't specify what.
To find the root cause, you need to check why the app is exiting.
@@GenuineCoder oh, i found out from stacktrace that hibernate wasn't setup in application.properties. after i set it up, there's no runtime error. thanks for the prompt response! :)