Skip to content

Commit

Permalink
Merge pull request #13439 from machi1990/docs/update-test-docs-file
Browse files Browse the repository at this point in the history
Update hibernate multi-tenancy test docs
  • Loading branch information
gastaldi authored Nov 23, 2020
2 parents cd992fb + cd3356f commit 31ea16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/hibernate-tenancy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mvn clean install -Dtest-containers
```

If you have specific requirements, you can define a specific connection URL with `-Dmariadb.base_url=jdbc:mariadb://...`.
Note that this specific integration test module module requires permissions to create additional users and databases, hence the `mariadb.base_url` variable
Note that this specific integration test module requires permissions to create additional users and databases, hence the `mariadb.base_url` variable
should not include the database name: check the `application.properties` to see how it's used.

To run the MariaDB server "manually" via command line for testing, the following command line could be useful:
Expand Down

0 comments on commit 31ea16f

Please sign in to comment.