How To Access The H2 Database Console In Spring Boot Projects

Опубликовано: 03 Ноябрь 2024
на канале: FrbJava
10,418
84

00:00 introduction to problem
00:28 Adding property to resolve issue
01:00 Restart application
01:15 Access H2 console

property to be added in application.properties
spring.h2.console.enabled=true

Learn how to access the H2 console in your Spring Boot project for easy database management. Follow this tutorial for step-by-step instructions on connecting to the console and optimizing your development process.


This video answers below questions.

H2-console not visible in spring boot ?
Not able to access h2-console in spring boot project ?
default username and password of h2 database.
#h2database
#h2console
#spring boot

Refer our springboot playlist
   • Spring Boot Tutorial: How to Install ...