Skip to content

Commit 9c8677a

Browse files
Ajay KumarAjay Kumar
Ajay Kumar
authored and
Ajay Kumar
committed
Spring Boot Lazy Initialization example
1 parent 4a37f4d commit 9c8677a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Spring Boot Lazy Initialization example
22

3+
## Versions Used
4+
- Spring Boot - 2.2.0-M1
5+
- H2 Database - 1.4.197
6+
37
## Configuration
48
`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.
59

0 commit comments

Comments
 (0)