Multiple Data Sources using Custom Annotation in a Spring Boot Example

preview_player
Показать описание
Configure Multiple Data Sources using Custom Annotation in a Spring Boot Example

The typical scenario for a Spring Boot application is to store data in a single relational database. But sometimes, we need to access multiple databases.

Рекомендации по теме
Комментарии
Автор

I am wondering why the beans have to be scoped "prototype" instead of the default ? What would happen if you let it keep the default scope ?
Thanks for the great videos !

FrancoisPoyer
Автор

Can you share the github link of this project ? It will be helpful. Thank You

abhisekmishra_