- Spring Boot - 2.2.0-M1
- H2 Database - 1.4.197
spring.main.lazy-initialization
is set to false
by default. This can be set to true
to enable Lazy Initialization in the Spring Boot Project.
http://localhost:8080/lazy
- UsesLazyController
andLazyService
which can be marked manually as@Lazy
for specific Beans