Spring Data JPA - The Introduction course

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 64

  • @aroobashahoor599
    @aroobashahoor599 5 หลายเดือนก่อน +1

    Bouali, you are doing an amazing job! you don't just code and explain what the code does, but also WHY it does what it does, an important detail that most tutors miss. :)

  • @JeffCampbell-u7w
    @JeffCampbell-u7w 10 หลายเดือนก่อน

    These are some of the BEST videos I have found on TH-cam. I highly recommend this channel. The instructor is very good!

    • @BoualiAli
      @BoualiAli  8 หลายเดือนก่อน +1

      Glad you think so!

  • @msli4882
    @msli4882 ปีที่แล้ว

    very detailed introduction. easy to follow. great!

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว

      Glad you enjoyed it!

  • @Lenjiy
    @Lenjiy 2 หลายเดือนก่อน

    man you deserve more views, you explain it very clearly and i understand all of it. Even when i have only learned about sqlalchemy from python. This feels very familiar

    • @BoualiAli
      @BoualiAli  2 หลายเดือนก่อน

      Really glad to hear that

  • @radhakrishna-ce7dg
    @radhakrishna-ce7dg 11 หลายเดือนก่อน

    Nice introduction Ali. Thank you. God bless you.

    • @BoualiAli
      @BoualiAli  8 หลายเดือนก่อน

      Thank you too

  • @malakbendalla
    @malakbendalla 11 หลายเดือนก่อน

    Great Introduction! Thank You So much

    • @BoualiAli
      @BoualiAli  8 หลายเดือนก่อน

      Glad you liked it!

  • @VuHoaiNam-zt1ls
    @VuHoaiNam-zt1ls ปีที่แล้ว

    Bravo, straight to the point

  • @michaelcapone8913
    @michaelcapone8913 ปีที่แล้ว

    Excellent tutorial Ali ! Good job. The speed is good. You go into sufficient amount of details without being all over the place. The way you explained the @Column annotation was wonderful. Keep it up !

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว

      I’m very happy that the video was helpful and you enjoyed it

  • @wahiba1595
    @wahiba1595 2 ปีที่แล้ว +1

    Good job

  • @belgsaif
    @belgsaif 2 ปีที่แล้ว

    yar7am waldik for this great job si Ali

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว

      3ayech khouyaa

  • @nikolaoskonstantinidis3505
    @nikolaoskonstantinidis3505 ปีที่แล้ว

    Great explanation. Thank you!

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว +1

      Glad it was helpful!

    • @nikolaoskonstantinidis3505
      @nikolaoskonstantinidis3505 ปีที่แล้ว

      @@BoualiAli It was! It helped me clarify a lot of things. Do you by any chance know what the @crossorigin configuration would be if I wanted to run it in containers in a Virtual Machine?

  • @waeljadla9688
    @waeljadla9688 2 ปีที่แล้ว

    Bravo ! Great job comme d’habitude 👏

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      Thanks a lot
      Trying to do my best

  • @oneorzero9094
    @oneorzero9094 ปีที่แล้ว

    thank you for this video. I just came to repeat but I learn @Enumerated annotation.

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว

      Glad it was helpful!

  • @hello-ITworld
    @hello-ITworld ปีที่แล้ว

    great job Alibou !

  • @mona9741
    @mona9741 9 หลายเดือนก่อน

    very good video

    • @BoualiAli
      @BoualiAli  8 หลายเดือนก่อน

      Glad you liked it!

  • @kamgakamga3525
    @kamgakamga3525 2 ปีที่แล้ว

    Super cool Mr. ALI

  • @adlyz9050
    @adlyz9050 2 ปีที่แล้ว

    nice what im searching for, thanks

  • @udayangaweerakoon2036
    @udayangaweerakoon2036 หลายเดือนก่อน

    ❤❤

  • @rihabbensoula1016
    @rihabbensoula1016 2 ปีที่แล้ว

    👏👏👏👏👏👏👏👏

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      Thank youuu

  • @user-cb6st9fq6p
    @user-cb6st9fq6p 2 ปีที่แล้ว

    Good Job Ali and good luck Bro

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      Thanks a lot

  • @mohamedhaythembouallagui4518
    @mohamedhaythembouallagui4518 2 ปีที่แล้ว

    Great job thanks a lot!

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      You’re welcome

  • @oumaymachikhaoui5019
    @oumaymachikhaoui5019 2 ปีที่แล้ว

    I really like your videos and the way you explain concepts in a really super easy way.
    Please make a video to show how to make relationships between entities using spring data jpa

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว

      The exact same video will be available next week same time

  • @marckkossikekeliapedoh9347
    @marckkossikekeliapedoh9347 ปีที่แล้ว

    salut mr Ali merci pour tout ce que vous faites c'est très interessant vos tutoriels .
    j'aimerai savoir si vous avez déjà rencontré cette erreur là
    detached entity passed to persist

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว +1

      this exception is because you want to persist a related entity which does not exist
      you want to attach the object (entity) with the ID = 9999 to your main object ( the entity you want to persist) but the entity with the ID = 9999 does not exist in your table

    • @marckkossikekeliapedoh9347
      @marckkossikekeliapedoh9347 ปีที่แล้ว +1

      @@BoualiAli oui j'avais trouvé. le problème était dans le dto j'avais pas fourni l'id dans la construction de l'entité dans la methode fromEntity

  • @roshanwickramaarachchi3505
    @roshanwickramaarachchi3505 2 ปีที่แล้ว

    excellent content, but some editing issues (recoding issues) in some places. and it is better to share source code also

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      Thank you for the feedback.
      I already upgraded the hardware (mic) to have a better quality.
      I will share also the source code

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      github.com/ali-bouali/spring-boot-workshops

  • @soumitrachatterjee3783
    @soumitrachatterjee3783 3 หลายเดือนก่อน

    github link please

  • @codewithrice
    @codewithrice 11 หลายเดือนก่อน

  • @kyawzinthant170
    @kyawzinthant170 7 หลายเดือนก่อน

    can i get a github source code ?

    • @BoualiAli
      @BoualiAli  7 หลายเดือนก่อน

      for those videos, I forgot to push it :(
      Sorry for that

  • @Chernov1984
    @Chernov1984 9 หลายเดือนก่อน

    +

  • @RochaNahuel
    @RochaNahuel ปีที่แล้ว

    No sirve el curso para los que no tenemos laversion full de intellij idea

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว +1

      I already mentioned before that if you don't have the ultimate version of Intellij ( to check the database) you can use another tool for that like DBeaver and it will give you the same result

  • @GauravKawatrakir
    @GauravKawatrakir ปีที่แล้ว

    Bouali, voice is not clear.

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว

      It was improved in later videos

  • @attabou100
    @attabou100 2 ปีที่แล้ว

    English is better than frensh

    • @BoualiAli
      @BoualiAli  2 ปีที่แล้ว +1

      I will keep continues on producing english content 😀

  • @tobbythebeast12
    @tobbythebeast12 ปีที่แล้ว

    sound is worst than your other videos

    • @BoualiAli
      @BoualiAli  ปีที่แล้ว +1

      Sorry for that.
      I upgraded my setup already

  • @DiplomasizKodcu
    @DiplomasizKodcu 11 หลายเดือนก่อน

    Ali, i salute you. I thank you. Why didn't I found you before ? I have never seen a video content that explains every detail.... every small detail..... I want to connect with you on LinkedIn as well as twitter. I'm very grateful for your time. Only one small advice because I want you to be at top of TH-cam world. Please get a better mic setting as its difficult to understand because of bad sound quality. I have just found you so if you fixed this issue than please forgive me. Thank you. I share and promote your video to all my friends.... bless you Ali

    • @BoualiAli
      @BoualiAli  8 หลายเดือนก่อน

      thank you.
      I already upgraded my setup for better quality

  • @amenimensi8817
    @amenimensi8817 7 หลายเดือนก่อน

    Good job

    • @BoualiAli
      @BoualiAli  7 หลายเดือนก่อน

      Thanks