Actually SAVE to a Database: How to Use Spring JDBC

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

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

  • @milton1698
    @milton1698 10 месяцев назад +6

    This channel is a gold mine for all beginners learning Spring...

  • @alexbrun6863
    @alexbrun6863 Год назад +1

    Thanks for making this video!

  • @youssefbouchara1179
    @youssefbouchara1179 Год назад +1

    Great videos! I just hope yours will be more like Intermediate level and not just for beginners

    • @devtiro
      @devtiro  Год назад +1

      Thank you for the kind words! 🎉 Great idea, do you have a particular topic in mind?

  • @amritadhikari1188
    @amritadhikari1188 Год назад

    Great Video !
    Could you cover some security concepts like JWT authentication?

    • @devtiro
      @devtiro  Год назад +1

      I can indeed. I've got a JWT video on the backlog 😎

  • @norulshahlamjohn1140
    @norulshahlamjohn1140 Год назад

    isnt jdbc now outdated as all are using jpa? if yes why do we need to learn jdbc? just asking

    • @devtiro
      @devtiro  Год назад +6

      Great question!
      JDBC operates at a lower level -- there are going to be times where you just want to run SQL against a database. A microservice might be a reasonable example.
      In contrast, Spring Data JPA operates at a higher level, but could be considered a "heavyweight" solution, at least in comparison to Spring JDBC. So more setup and dependencies.
      I'd see them both as tools in a toolbox and you get to choose which to use and when.
      (Spring Data JPA tutorial drops on Monday 💪)

  • @sanchez-emir
    @sanchez-emir Год назад

    Excelente video.
    Podría hacer uno con redis?

    • @devtiro
      @devtiro  Год назад +2

      Thank you! I'll add a Redis video to the video backlog 💪

  • @michelchaghoury9629
    @michelchaghoury9629 Год назад +2

    Great Video, waiting for the spring data jpa tutorial with @OneToMany, @ManyToOne, @OneToOne relations

    • @devtiro
      @devtiro  Год назад +1

      Thank you! I'll put this on the backlog 👍