We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a37f4d commit 9c8677aCopy full SHA for 9c8677a
README.md
@@ -1,5 +1,9 @@
1
# Spring Boot Lazy Initialization example
2
3
+## Versions Used
4
+- Spring Boot - 2.2.0-M1
5
+- H2 Database - 1.4.197
6
+
7
## Configuration
8
`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.
9
0 commit comments