README.md 379 Bytes
Newer Older
1 2 3 4 5 6 7 8
# Codebase for the blog post [#HOWTO: Avoid repeating attributes in JPA entities](https://rieckpil.de/howto-avoid-repeating-attributes-in-jpa-entities/)

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`