[JAVA] Check H2 database on the web

Check H2 database on the web

I often use the H2 database when doing private projects, I will write how to check the H2 database on the Web.

Write the code in application.properties.

spring.h2.console.enabled=true

Then start the server and connect to the following URL to display the H2 database setting screen. http://localhost:8080/h2-console/

image.png

When you press the Connect button, you can see that it is displayed normally as shown below. I was able to confirm that Select works normally.

image.png

Recommended Posts

Check H2 database on the web
Check the root on the Rails browser
How to check the database of apps deployed on Heroku
Check the version of the standard Web software.
[Java / PostgreSQL] Connect the WEB application to the database
Web Bluetooth on Ubuntu20.04
How to check the WEB application created in the PC development environment on your smartphone
[Output] About the database
(Ruby on Rails6) Display of the database that got the id of the database
Scala runs on the JVM
Install the project management tool "Redmine" on CentOS8 (database is Postgre)