# 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 repository2. 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 logs5. Optional: Visit the H2 console at `http://localhost:8080/h2-console` (JDBC Url for the login form is: `jdbc:h2:mem:testdb`)