-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to set databasename, username and password #1
Comments
I also need to specify database/schema name for a MariaDB container. I took a look at the plugin code: |
Would be cool also add other Flyway and jooq specific properties |
@simasch What is your usecase? Are you trying to connect to any existing database by providing credentials? |
I have SQL scripts run by Flyway that need a specific schema or user. |
Hi @simasch As this plugin is not yet published under testcontainers org, could you please install the plugin and test it locally to verify your usecasse? Steps: 1. Install plugin locally
2. Specify
Please try it and let me know whether your usecase is covered with this support or not? |
Brilliant! Works as expected. Than you very much. |
Published the plugin under testcontianners org. See https://central.sonatype.com/artifact/org.testcontainers/jooq-testcontainers-codegen-maven-plugin/0.0.1 @simasch Please verify with new maven co-ordinates and if working fine then we can close this issue.
|
Works! Right on time for my workshop and my talk at Spring I/O! |
I need to set databasename, username and password for the PostgreSQL container.
How can I do that?
The text was updated successfully, but these errors were encountered: