Spring Tips: Multitenant JDBC

แชร์
ฝัง

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

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

    Very NICE explanation of something that I have been researching for the past few days! Thanks!

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

    Thanks for taking care of the audio. Great video as always.

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

    super nice one Josh !

  • @zoladkow
    @zoladkow 2 ปีที่แล้ว +3

    Yeah, that dung with collecting map entries is hard 😅 pressure of doing it live doesn't help either ♥️

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

    Awesome explanation

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

    About time! Thank you!

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

    Great tutorial thanks

  • @Johnny010
    @Johnny010 2 ปีที่แล้ว +5

    Evening. Great video as always!
    Does Flyway pick up that it is a multi-tented datasource and apply any migrations (if using Spring to do it vs say the FlyWay CLI) that are required?
    I guess you could just use the Flyway API directly and wire in the collection of datasources and run each through Flyway otherwise but would be cool if there was some kinda
    spring.flyway.multi-tenented.runMigrations or the like.

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

    Very nice and i like it. I have Question cause not have macOs. Is it the IntelliJ Development you are using in macOS or is something else? Thanks in advance

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

      Hi - I’m using macOS and IntelliJ idea but I have also very happily used IntelliJ on various Linux flavors and indeed any idea will work: eclipse, NetBeans, visual studio code, and emacs, etc

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

    Can you do full (backend & frontend) reactive Hilla please?

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

    Can we use, the same idea, for spring webflux??

  • @nguyenduy-sb4ue
    @nguyenduy-sb4ue 2 ปีที่แล้ว +1

    Big fan of your book sir !

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

      hey, what book are you referring to ? :)

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

    What if I need to get those information about datasources/tenants from some database ?

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

    I have a problem if I call the test api multi times. Anyone know why?

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

      Password is cleared after authentication, you may check the documentation on the User class which the MultiTenantUser inherits from

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

    Nice. Now try this with user loaded from db, flyway and envers 😏

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

      Is hard doing that? or it doesnt work?

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

    Do you have a git repo? Thanks

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

    How to get source code?