@ManyToOne, @JoinColumn demonstration in Spring Boot

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

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

  • @TLCSlAssassinl
    @TLCSlAssassinl 5 лет назад +1

    Thanks man, this helped me out alot :D

  • @manicr9939
    @manicr9939 5 лет назад

    thank you , very helpful, very good job , keep it up , do more videos

    • @discospiff
      @discospiff  5 лет назад +1

      Excellent, thanks for the feedback! I'm working on more videos this weekend. :)

  • @mostinho7
    @mostinho7 4 года назад +1

    Done thanks

  • @yusuffajarulloh4671
    @yusuffajarulloh4671 5 лет назад +1

    Coollll

    • @discospiff
      @discospiff  5 лет назад

      Great... I hope it helped!

  • @mohammadjavid3778
    @mohammadjavid3778 4 года назад

    How to implement parent child mapping in same table..I mean photo table has pk_photo_id as primary key, and in same table there is one more column called parent_phito_id..
    How to map this one..any sample code for this scenario..please help

  • @noblesse9231
    @noblesse9231 5 лет назад

    Thank you Mr Brandan for these videos, great explanation, it helped a lot.
    I have a question, I'm working on docx and pdf file upload, I need them to be available for all users in my system so that they can download any file they want in the future, how can I do that ? The only methods I've found are only for showing files after been just uploaded, and they're no longer visible after refreshing the page. Thank you.

    • @discospiff
      @discospiff  5 лет назад

      Keep watching there playlist this is in: spring boot and microservices. I show how to do what you want, with an image.

    • @noblesse9231
      @noblesse9231 5 лет назад

      @@discospiff Thank you for you reply, I've already seen the other videos in the playlist, it's about how to show the image/file that has been just uploaded. You could say it's like listing files in a folder with a download option. Thanks