Skip to content
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

http://localhost:8080/h2-console #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pradeepkps19
Copy link

Updated 'h2-console' over 'dbconsole' for higher versions (atleast 4.0.x)

Updated 'h2-console' over 'dbconsole' for higher versions (atleast 4.0.x)
@@ -1,11 +1,13 @@
If you run the app again, you should see the same page as before. However, you can login to the DB Console and view your new database table.

Browse to `http://localhost:8080/dbconsole` and login. The default username is `sa`, without a password. The default JDBC URL is: `jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE`
Browse to `http://localhost:8080/dbconsole` and login. If that throws 404 error, browse to `http://localhost:8080/h2-console`and login. The default username is `sa`, without a password. The default JDBC URL is: `jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE`
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2020-10-03 13-59-55
Screenshot from 2020-10-03 14-01-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant