From 6a5a1cdc8387bfb4f6267493a9fc9ebf94934ce4 Mon Sep 17 00:00:00 2001 From: Martin Schmollinger <martin.schmollinger@reutlingen-university.de> Date: Mon, 22 Nov 2021 11:00:53 +0100 Subject: [PATCH] Update README.md for branch service-data --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a0706c..44daab9 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,9 @@ This `README.md` file may contain specific informations about the current branch 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. + +* branch service-data + + In this branch, the CommandLineRunner bean creates sample data using the service classes. + After startup, connect to the h2 database using the h2-console web application: http://localhost:8080/h2-console. + Check the data by executing some queries with the help of the console. -- GitLab