
A Bean is an object which is created and managed by Spring Framework
#1. Lazy Loading can be specified through Bean xml file.
<beans>
<bean id="bid" class="com.pkg.Abcd" lazy-init="true"/>
<beans>
#2. As seen in video Scope can be specified using @Scope Annotation, for eg. @Scope("prototype")
#3. @Lazy Annotation can be used along with @Component, @Service annotations. @COmponent, @Service we will be exploring in next Lectures.
This course covers below Topics in detail, with practical examples, downloadable Maven projects included in this course, for Learner's practicing purpose
Spring, Autowiring, REST API, AOP, Dependency Injection,
Spring Boot JPA, JpaRepository, CrudRepository, Entity Relationships(One to One, One to Many/Many to One, Many to Many)
Spring Security, WebSecuirtyConfigurerAdapter, Authentication, Authorization Method Level Security
GET, POST, PUT, DELETE with Path Parameters and Query Parameters
Sending JSON data using Postman tool to test REST APIs
RestControllers, Services, Repositories
You will be able to develop enterprise applications using Spring Boot Framework
More topics will be added shortly