Skip to content

Using multiple embedded databases requires a lot of manual configuration exclusions #5541

Closed
@odrotbohm

Description

@odrotbohm

If multiple embedded DataSources are declared, one needs to explicitly disable the DataSourceAutoConfiguration and DataSourceTransactionManagerAutoConfiguration as can be seen here. They fail as they rely on unique DataSource instances to be present.

Can we let the simply opt out of being applied if multiple DataSources are present?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions