Skip to content
Snippets Groups Projects
Commit 6a5a1cdc authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Update README.md for branch service-data

parent a2e166ee
No related branches found
No related tags found
No related merge requests found
...@@ -27,3 +27,9 @@ This `README.md` file may contain specific informations about the current branch ...@@ -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. Check the database scheme in the h2 database that was created by JPA.
Use the h2-console application for this reason. Use the h2-console application for this reason.
http://localhost:8080/h2-console. 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment