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

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

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

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

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

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

    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.

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

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

  • @Tamizh_Paiyan
    @Tamizh_Paiyan 6 месяцев назад +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  6 месяцев назад

      Thanks for your kind words 😊

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

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

  • @affuify
    @affuify 14 дней назад

    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

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

    Best for beginner. Thanks!

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

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

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

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

  • @stefumies
    @stefumies 29 дней назад

    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.

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

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

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

    very well explained!

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

    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.

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

    Thanks Buddy very grateful to you

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

    Really Great Tutorial!!!!! Thanks a lot

  • @CSSachinSasane
    @CSSachinSasane 6 месяцев назад +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...

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

    Excellent :)

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

    Pure Banger

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

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

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

    Thanks

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

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

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

    Please introduction us microservices with real world example

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

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

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

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

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

      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 7 месяцев назад

    Pls make video on kafka and microservices

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

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

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

      @@GenuineCoder Thanks for your effort.

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

    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 Месяц назад

      *Process, not press.

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

      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 Месяц назад

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