README.md 547 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
# Codebase for the blog post [#HOWTO: Lazy Loading of JPA attributes with Hibernate](https://rieckpil.de/how-to-lazy-loading-of-jpa-attributes-with-hibernate/)

Steps to run this project:

1. Clone this Git repository
2. Navigate to the folder `lazy-loading-of-jpa-attributes-with-hibernate`
3. Build the project with `mvn clean package`
4. Run this project with `mvn spring-boot:run` and have a look at the console logs
5. Optional: Visit the H2 console at `http://localhost:8080/h2-console` (JDBC Url for the login form is: `jdbc:h2:mem:testdb`)