From 536050a9716b267c71661ccf191e3bd86460c907 Mon Sep 17 00:00:00 2001 From: Philip Riecks Date: Tue, 19 Jun 2018 19:00:17 +0200 Subject: [PATCH] update README.md for avoiding repeated jpa columns --- avoid-repeating-attributes-in-jpa-entities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avoid-repeating-attributes-in-jpa-entities/README.md b/avoid-repeating-attributes-in-jpa-entities/README.md index 36a2c62..4620e3a 100644 --- a/avoid-repeating-attributes-in-jpa-entities/README.md +++ b/avoid-repeating-attributes-in-jpa-entities/README.md @@ -5,4 +5,4 @@ Steps to run this project: 1. Clone this Git repository 2. Navigate to the folder `avoid-repeating-attributes-in-jpa-entities` 3. Run this project with `mvn spring-boot:run` -4. Visit the H2 console at `http://localhost:8080` \ No newline at end of file +4. Visit the H2 console at `http://localhost:8080/h2-console` (JDBC Url for the login form is: `jdbc:h2:mem:testdb`) \ No newline at end of file -- 2.26.2