Skip to content

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)
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