Spring Tips: Multitenant JDBC

preview_player
Показать описание
Hi, Spring fans! In this installment, we'll look at some of the possibilities for building multitenant applications with Spring's delightful - but relatively unknown! - `AbstractRoutingDataSource` class.
Рекомендации по теме
Комментарии
Автор

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

tonylangworthy
Автор

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

winfrk
Автор

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

zoladkow
Автор

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
or the like.

Johnny
Автор

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

akbaraliziloubaf
Автор

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

zickzack
Автор

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

luciano_brum
Автор

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

alexop
Автор

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

petroniobonavides
Автор

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

gekal