Skip to content

2.4-2.5: schema.sql and data.sql Files #128

Open
@fabapp2

Description

Release Notes
With Spring Boot 2.5.1 and above, the new SQL initialization properties support detection of embedded datasources for JDBC and R2DBC. By default, SQL database initialization is only performed when using an embedded in-memory database. To always initialize a SQL database, irrespective of its type, set spring.sql.init.mode to always. Similarly, to disable initialization, set spring.sql.init.mode to never.

Condition

Report

Inform user that spring.sql.init.mode is only set for in-memory database and must explicitly set otherwise

Recipe

No Recipe
Requires user

Metadata

Assignees

No one assigned

    Labels

    blockedMarks an issue as blocked by another issueenhancementNew feature or request

    Type

    No type

    Projects

    • Status

      Recipes Wanted

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions