From eda66125476e6893d5242991d05192ffd854c43f Mon Sep 17 00:00:00 2001 From: Martin Schmollinger <martin.schmollinger@reutlingen-university.de> Date: Mon, 22 Nov 2021 11:45:43 +0100 Subject: [PATCH] Updated README.md for branch domain --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f09b149..0a0706c 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,9 @@ You can checkout the branches to see the state of development for the correspond by `git checkout <branch_name>.` or by using the GitLab UI. This `README.md` file may contain specific informations about the current branch. + +* branch domain + +Check the database scheme in the h2 database that was created by JPA. +Use the h2-console application for this reason. +http://localhost:8080/h2-console. -- GitLab