Spring Boot Tutorial for Beginners | Spring Boot 3 (2024) Full Course | JPA, REST API, Profiles

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 36

  • @khalifatwaha4212
    @khalifatwaha4212 6 месяцев назад +7

    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.

  • @lohithjalla7647
    @lohithjalla7647 Месяц назад +1

    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........

  • @janndervinribleza56
    @janndervinribleza56 8 месяцев назад +2

    A big thumbs up, well explained. Please make more videos about spring-boot.
    A login/registration or an app with security and jwt.

  • @scottanderson6762
    @scottanderson6762 9 месяцев назад +1

    Excellent :)

  • @kangshenggoh9128
    @kangshenggoh9128 Месяц назад

    you are very detail. thanks alot

  • @affuify
    @affuify 3 месяца назад

    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

  • @nahomdiro7818
    @nahomdiro7818 8 месяцев назад +4

    If liking the video more than once was a thing I would. Thank you well planned, clearly explained and beginners friendly.

  • @sarojmaharjan3986
    @sarojmaharjan3986 9 месяцев назад

    pretty helpful for beginners like us! keep uploading beginner friendly content like this in Java Spring Boot

  • @maheswarreddy4500
    @maheswarreddy4500 8 месяцев назад

    You are really Genuine Coder...Helped me alot...Subscribed..

  • @big6226
    @big6226 5 месяцев назад

    Wow, Thank you very much. This is a very good tutorial of the year.

  • @moisesvillalba6615
    @moisesvillalba6615 4 месяца назад

    Really Great Tutorial!!!!! Thanks a lot

  • @iot_enthusiast
    @iot_enthusiast 9 месяцев назад +1

    very well explained!

  • @thouralai7097
    @thouralai7097 7 месяцев назад

    Best for beginner. Thanks!

  • @KGRRLAKSHITHA
    @KGRRLAKSHITHA 6 месяцев назад

    This is so much clear tutorial.Respect sir.🥰
    Its greatful if you can create this kind of tutorial on angular.💛

  • @Tamizh_Paiyan
    @Tamizh_Paiyan 9 месяцев назад +1

    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

    • @GenuineCoder
      @GenuineCoder  9 месяцев назад

      Thanks for your kind words 😊

  • @prashlovessamosa
    @prashlovessamosa 6 месяцев назад

    Thanks Buddy very grateful to you

  • @Huddy52
    @Huddy52 5 месяцев назад

    Pure Banger

  • @thushanchathuranga6694
    @thushanchathuranga6694 9 месяцев назад

    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.

  • @martingitahi5528
    @martingitahi5528 4 месяца назад

    Thanks

  • @VickyKumar-xo6mp
    @VickyKumar-xo6mp 5 месяцев назад

    Sir thank u for this video.
    Can you take one class of spring project how to debugging our and execution flow of project.

  • @CSSachinSasane
    @CSSachinSasane 9 месяцев назад +1

    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...

  • @stefumies
    @stefumies 3 месяца назад

    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.

  • @jinhanzhang231
    @jinhanzhang231 8 месяцев назад +1

    Why does it go from 3 embedded server straight to 7 production-ready features, is there anything in between that I'm missing?

  • @KGRRLAKSHITHA
    @KGRRLAKSHITHA 6 месяцев назад

    Sir what are the frontend frameworks good to learn for springboot backend.

    • @GenuineCoder
      @GenuineCoder  6 месяцев назад +1

      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.

  • @rajnishsingh2864
    @rajnishsingh2864 9 месяцев назад

    Pls make video on kafka and microservices

    • @GenuineCoder
      @GenuineCoder  8 месяцев назад +1

      A new tutorial for microservices with real-world video streaming project is now available
      ruclips.net/video/MrSECdSIaOg/видео.html

    • @rajnishsingh2864
      @rajnishsingh2864 8 месяцев назад

      @@GenuineCoder Thanks for your effort.

  • @ErsanGökalp
    @ErsanGökalp 9 месяцев назад +1

    Please introduction us microservices with real world example

    • @GenuineCoder
      @GenuineCoder  8 месяцев назад

      A new tutorial for microservices with a video streaming project example is now available
      ruclips.net/video/MrSECdSIaOg/видео.html

  • @vivienpmc
    @vivienpmc 4 месяца назад

    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 :(

    • @vivienpmc
      @vivienpmc 4 месяца назад

      *Process, not press.

    • @GenuineCoder
      @GenuineCoder  4 месяца назад

      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.

    • @vivienpmc
      @vivienpmc 4 месяца назад

      @@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! :)