Skip to content
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

Spring Data R2DBC documentation has no information about ConnectionFactoryInitializer and initializing a Database #1720

Closed
amirensit opened this issue Jan 17, 2024 · 3 comments
Labels
for: stackoverflow A question that's better suited to stackoverflow.com

Comments

@amirensit
Copy link

amirensit commented Jan 17, 2024

Hi.

I am unable to find documentation about initializing a Database, ResourceDatabasePopulator or ScriptUtils.

I find only this link at 1.0.x version. (https://docs.spring.io/spring-data/r2dbc/docs/1.0.x/reference/html/#r2dbc.init)

Is it deprecated, removed ?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 17, 2024
@mp911de
Copy link
Member

mp911de commented Jan 18, 2024

Foundational components of Spring Data R2DBC have been migrated to Spring Framework. You can find the documentation at https://docs.spring.io/spring-framework/reference/data-access/r2dbc.html.

@mp911de mp911de closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
@mp911de mp911de added for: stackoverflow A question that's better suited to stackoverflow.com and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 18, 2024
@amirensit
Copy link
Author

I don't see even here https://docs.spring.io/spring-framework/reference/data-access/r2dbc.html the part about about initializing a Database, ResourceDatabasePopulator or ScriptUtils.

@mp911de
Copy link
Member

mp911de commented Jan 18, 2024

I assume this is because these sections would largely duplicate https://docs.spring.io/spring-framework/reference/data-access/jdbc/initializing-datasource.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: stackoverflow A question that's better suited to stackoverflow.com
Projects
None yet
Development

No branches or pull requests

3 participants