Commit 536050a9 authored by Philip Riecks's avatar Philip Riecks

update README.md for avoiding repeated jpa columns

parent 8b187d2d
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment