H2

Table of Contents
  1. Spring Boot and De­bug View§1

    H2 is an in mem­o­ry data­base which y­ou can query us­ing s­tandard SQL.

    See https://h2database.com/html/main.html and ?? for more.

    Spring Boot and De­bug View §1

    How to get s­tart­ed with us­ing h2, please take a look at https://www.baeldung.com/spring-boot-h2-database

    To use the con­sole, run the ap­pli­ca­tion and go to http:/localhost:8080/h2-console. To log in use the jdbc:h2:file:./runtime/fordel.h2 url and leave the user­name and pass­word blank.