We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The currently generated url for H2 is url: "jdbc:h2:tcp://localhost:9092/~test".
This is incorrect and results in the application unable to connect to the H2 database. The correct URL is "jdbc:h2:tcp://localhost:9092/~/test"
The text was updated successfully, but these errors were encountered:
This issue is fixed by #7877 and will be part of 4.0.1 release.
Sorry, something went wrong.
tvallin
No branches or pull requests
"A slash is missing in the JDBC url when using the H2 database"
Environment Details
Problem Description
The currently generated url for H2 is url: "jdbc:h2:tcp://localhost:9092/~test".
This is incorrect and results in the application unable to connect to the H2 database.
The correct URL is "jdbc:h2:tcp://localhost:9092/~/test"
Steps to reproduce
The text was updated successfully, but these errors were encountered: