Skip to content

Commit 4a37f4d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
`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.
55

66
## Alternatives
7-
- `/lazy` - Uses `LazyController` and `LazyService` which can be marked manually as `@Lazy` for specific Beans
7+
- `http://localhost:8080/lazy` - Uses `LazyController` and `LazyService` which can be marked manually as `@Lazy` for specific Beans

0 commit comments

Comments
 (0)