-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Database initialization how to guide #21077
Conversation
Fix typo in the update of 9.10.3. Initialize a Database
That's excellent @nikmanzotti, thank you very much. |
It is generated from the code, the current description is "Initialize the datasource with available DDL and DML scripts." I agree that this can be improved and we can do that as part of a separate issue. Type of datasource can be misleading IMO. |
@nikmanzotti thank you for making your first contribution to Spring Boot. |
As discussed in #20920, I have enhanced the Database initialization guide clarifying the expected behavior when using a higher-level Database Migration Tool.
I also wanted to add a description for the
spring.datasource.initialization-mode
property, but I wasn't able to find theconfig-docs/data.adoc
file. Proposed description for that property: