SpringBoot @Lazy Annotation with Example
SpringBoot @Lazy Annotation with Example: In our application we might dont want to initialize all bean when the springboot application starts. We might want to initialize certain beans only when…
Learn Together
SpringBoot @Lazy Annotation with Example: In our application we might dont want to initialize all bean when the springboot application starts. We might want to initialize certain beans only when…