Spring Tips: DataSources

  Рет қаралды 15,534

SpringDeveloper

SpringDeveloper

Күн бұрын

Пікірлер: 30
@d47im5e
@d47im5e Жыл бұрын
Very cool, informative, reasonably deep dived and educational video. Thank you for your efforts Josh, keep it up!
@zakb.7108
@zakb.7108 11 ай бұрын
Big thanks to your very educational videos. Please note that this add a huge help for easy and fun learning. Keep it up 😊
@FredrikRambris
@FredrikRambris Жыл бұрын
No audio on right channel.
@RickLynn-zm1tr
@RickLynn-zm1tr 9 ай бұрын
Great talk! Very informative and touches on some key areas which can be confusing for beginners.
@foxling
@foxling Жыл бұрын
That was very useful, thank you Josh and many thanks to all Spring developers ❤
@iPepper_
@iPepper_ Жыл бұрын
I was looking ages for a "quick" guidance on this topic!
@satishpatro
@satishpatro Жыл бұрын
Waiting 😊
@adityaparikh9544
@adityaparikh9544 Жыл бұрын
How will ThreadLocal work with Virtual Threads for AbstractRoutingDataSource?
@muralikrishnasiju
@muralikrishnasiju 11 ай бұрын
Did you find any solution?
@zombi1034
@zombi1034 11 ай бұрын
@@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.
@applaboratoryspace4724
@applaboratoryspace4724 Жыл бұрын
Could you please provide link to GitHub repo of this project
@muralikrishnasiju
@muralikrishnasiju 11 ай бұрын
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
@Matheus_1582
@Matheus_1582 Жыл бұрын
hi.. will it be possible for you to add Scala to SpringBoot
@FrankAboagye-x9s
@FrankAboagye-x9s 4 ай бұрын
cool
@suikast420
@suikast420 Жыл бұрын
Hey the sound is mono 😀
@orviese
@orviese 10 ай бұрын
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.
@rhac79
@rhac79 Жыл бұрын
What IDE are you using
@thinhdz-0
@thinhdz-0 Жыл бұрын
It's IntelliJ Idea Ultimate
@rhac79
@rhac79 Жыл бұрын
@@thinhdz-0 Thank you
@alaintouret6609
@alaintouret6609 Ай бұрын
Hi Josh, thank you for sharing your knowledge. May I suggest an improvement? In the metaprogramming part, the use of the HikariDataSource instead of LazyConnectionDataSourceProxy would be more explicit in order to show the lack of call of the getConnection method. Replace: if (bean instanceof LazyConnectionDataSourceProxy db) { with: if (bean instanceof HikariDataSource db) { then you get: class com.zaxxer.hikari.HikariDataSource.getConnection() class com.zaxxer.hikari.pool.HikariProxyConnection operation: apac no operation: The no operation part exhibits no call to the getConnection() method anymore. Please note that I added the class of the invoked bean in the message.
@barracudochka
@barracudochka Жыл бұрын
My left ear agrees, but my right ear is not so sure.
@ianwanjala8621
@ianwanjala8621 4 ай бұрын
thanks for this, I actually thought that my earphones were the issue🤣
@nickferrara5770
@nickferrara5770 7 ай бұрын
It started easy and got too advanced pretty fast
@solysoly89
@solysoly89 8 ай бұрын
Not useful for understanding. Too fast and no structure in how to acheiver the goal
@olivierboisse1678
@olivierboisse1678 Жыл бұрын
There is no sound !!
S3E39 - Modern Server-Side Applications with HTMX and Spring ViewComponent
1:04:41
Spring Tips: Multitenant JDBC
38:38
SpringDeveloper
Рет қаралды 33 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Spring Tips: Spring Data JDBC
27:36
SpringDeveloper
Рет қаралды 23 М.
Spring Tips: Proxies
27:18
SpringDeveloper
Рет қаралды 14 М.
Spring Tips: Making the Joyful Jump to Java 21
47:53
SpringDeveloper
Рет қаралды 31 М.
Spring Tips: CQRS and Axon Framework
1:03:04
SpringDeveloper
Рет қаралды 11 М.
Spring Tips: Spring Boot Testjars
34:25
SpringDeveloper
Рет қаралды 10 М.
Spring Tips: Distributed Job Scheduling with Jobrunr
19:03
SpringDeveloper
Рет қаралды 12 М.
Spring Tips: Spring Boot 3.2
1:21:52
SpringDeveloper
Рет қаралды 77 М.
A Spring Data’s Guide to Persistence
53:55
SpringDeveloper
Рет қаралды 13 М.