Replies: 1 comment 3 replies
-
Multiple Datasources are supposed to be defined as list in application.yaml. Could you please try following instead? @vmatos
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to understand if I am able/should be able to use Spring Boot configuration files to configure multiple datasources.
e.g. multiple databases in a single RDS instance.
Partial
application.yaml
of what I have tried:However, I get an Exception of duplicated bean
instance1
.If I am not able to do it in the configuration files, how could I achieve it?
Beta Was this translation helpful? Give feedback.
All reactions