Spring Tips: DataSources

Поделиться
HTML-код
  • Опубликовано: 16 янв 2024
  • hi, Spring fans! In this installment we look at the amazing ways that Spring supports pooling, caching, routing, optimizing, and using JDBC `DataSource`s #springboot #JDBC #Java #SQL #postgresql #H2 #Yugabytedb #java21 #graalvm
  • НаукаНаука

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

  • @FredrikRambris
    @FredrikRambris 4 месяца назад +27

    No audio on right channel.

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

    Very cool, informative, reasonably deep dived and educational video. Thank you for your efforts Josh, keep it up!

  • @RickLynn-zm1tr
    @RickLynn-zm1tr 2 месяца назад

    Great talk! Very informative and touches on some key areas which can be confusing for beginners.

  • @foxling
    @foxling 4 месяца назад +1

    That was very useful, thank you Josh and many thanks to all Spring developers ❤

  • @zakb.7108
    @zakb.7108 3 месяца назад

    Big thanks to your very educational videos. Please note that this add a huge help for easy and fun learning. Keep it up 😊

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

    I was looking ages for a "quick" guidance on this topic!

  • @satishpatro
    @satishpatro 4 месяца назад +1

    Waiting 😊

  • @barracudochka
    @barracudochka 4 месяца назад +2

    My left ear agrees, but my right ear is not so sure.

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

    Hi, What should be the right approach for this scenario:
    Having an application that is tenantcy based with different database for each tenant to manage its data, let say we have more than 1k of tenants meaning 1k different databases, how efficient would be to switch between them if we determine the tenant by the request received, the typical example is to identify the tenant using a request HEADER.
    Thanks for your comments.

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

    Hey the sound is mono 😀

  • @mohammednaimi4724
    @mohammednaimi4724 4 месяца назад +2

    Could you please provide link to GitHub repo of this project

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

    hi.. will it be possible for you to add Scala to SpringBoot

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

    Do u know how to connect to multiple dbs if the db url we will get only in runtime?I can't find a way

  • @adityaparikh9544
    @adityaparikh9544 4 месяца назад +1

    How will ThreadLocal work with Virtual Threads for AbstractRoutingDataSource?

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

      Did you find any solution?

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

      @@muralikrishnasijuThreadLocal works just fine with virtual threads too. Only thing is it should not be used as a caching solution for expensive to create objects, as every virtual thread and as they are not pooled, also every task, would end up creating their own thread local instance. Maybe ScopedValue would work here? I am not sure, haven’t played around with them yet.

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

    What IDE are you using

    • @thinhhapro
      @thinhhapro 4 месяца назад +1

      It's IntelliJ Idea Ultimate

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

      @@thinhhapro Thank you

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

    There is no sound !!

  • @solysoly89
    @solysoly89 21 день назад

    Not useful for understanding. Too fast and no structure in how to acheiver the goal