Code: Select all
./myNativeApp --spring.r2dbc.url=r2dbc:postgresql:db_path --spring.r2dbc.username=user --spring.r2dbc.password=pass
< /code>
Ich erhalte eine Fehlermeldung: < /p>
Failed to configure a ConnectionFactory: 'url' attribute is not specified and no embedded database could be configured.
Reason: Failed to determine a suitable R2DBC Connection URL
< /code>
Warum? Ich habe auch versucht, exemale Eigenschaften als Umgebungsvariablen festzulegen (z. B. exportieren Spring_R2DBC_URL = R2DBC: postgreSQL: db_path