We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b1c68 commit 4a37f4dCopy full SHA for 4a37f4d
README.md
@@ -4,4 +4,4 @@
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
+- `http://localhost:8080/lazy` - Uses `LazyController` and `LazyService` which can be marked manually as `@Lazy` for specific Beans
0 commit comments