We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843290 commit d4b1c68Copy full SHA for d4b1c68
README.md
@@ -0,0 +1,7 @@
1
+# Spring Boot Lazy Initialization example
2
+
3
+## Configuration
4
+`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.
5
6
+## Alternatives
7
+- `/lazy` - Uses `LazyController` and `LazyService` which can be marked manually as `@Lazy` for specific Beans
0 commit comments