Skip to content

Add property to control the auto-configuration of a DataSource for an embedded database #23412

@raphw

Description

@raphw

The DataSourceAutoConfiguration does not offer a way to disable the implicit creation of a DataSource if a suitable database is found. This can be undesired if for example HSQLDB is on the class path for other purposes but the primary data source should always be configured explicitly and yield an error if missing.

A simple property should allow to disable the creation of the implicit embedded data source.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions