Codebase for the blog post Lazy Loading of JPA attributes with Hibernate
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
lazy-loading-of-jpa-attributes-with-hibernate
- Build the project with
mvn clean package
- Run this project with
mvn spring-boot:run
and have a look at the console logs - Optional: Visit the H2 console at
http://localhost:8080/h2-console
(JDBC Url for the login form is:jdbc:h2:mem:testdb
)