You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using test containers and the path to the database is specified using the spring.r2dbc.url property using the format of r2dbc:tc:postgresql:///database a database container will be automatically created.
The problem is that this project does not recognize this format and does not properly replace the parts of the database url from r2dbc to jdbc, or figure out the actual host and address of the container running the database.
When using test containers and the path to the database is specified using the
spring.r2dbc.url
property using the format ofr2dbc:tc:postgresql:///database
a database container will be automatically created.The problem is that this project does not recognize this format and does not properly replace the parts of the database url from r2dbc to jdbc, or figure out the actual host and address of the container running the database.
See TestContainer documentation for how this works using Spring Boot.
The text was updated successfully, but these errors were encountered: