example1: Adding new beans to the Spring context
example2: Understanding & Resolving NoUniqueBeanDefinitionException
example3: Different ways to name a Bean
example4: Primary Annotation
example5: Bean creation using Component Annotation
example6: PostConstruct & PreDestroy Annotations
example7: Programmatically adding beans to the Spring context
example8: Adding new Beans using XML Configurations
example9: Wiring Beans using method call
example_10: Wiring Beans using method parameters
example_11: Injecting Beans using Autowired Annotation
example_12: Types of Autowiring & Qualifier Annotation
example_13: Assignment related to Beans, Autowiring, DI
example_14: Singleton Bean Scope inside Spring
example_15: Eager & Lazy instantiation of Singleton beans
example_16: Prototype Bean Scope inside Spring
example_17: Aspect Oriented Programming (AOP) inside Spring
example_18: Hello World Web App using SpringBoot & Spring MVC
example_19: Hello World Web App using Thymeleaf & DevTools Demo
example_20: Build EazySchool HomePage
example_21: Build EazySchool Courses, About, Contact Pages & Intro to Lombok
example_22: Demo of Request Parameters in Eazy School Web App
example_23: Demo of Path Variables in Eazy School Web App
example_24: Validating the form input using Java Bean & Hibernate Validators
example_25: Demo of Spring Bean Web Scopes
example_26: Intro to Spring Security & testing with default credentials
example_27: Configure PermitAll & DenyAll using Spring Security
example_28: Custom Security Configurations for public pages & CSRF Disable
example_29: Securing Web Application with InMemory users & Custom Login Page
example_30: Implement Error page using ControllerAdvice annotation
example_31: Fix for CSRF Attacks using CSRF tokens
example_32: Introduction to JDBCTemplate, H2 DB, Store Contact Msgs in DB
example_33: Display Holidays from DB & Demo of BeanPropertyRowMapper
example_34: Migrate from H2 Database to MYSQL Database
example_35: Migrate from JDBCTemplate to Spring Data JPA
example_36: Spring JPA Auditing using @createdby,@LastModifiedBy,@CreatedDate,@La…
example_37: New Registration, Custom Validations,OnetoOne Mapping Demo
example_38: Authentication with credentials in DB using JPA
example_39: Password hashing using BCryptPasswordEncoder
example_40: Profile & Address Update inside Eazy School App
example_41: OneToMany, ManyToOne mapping demo using Classes, Students
example_42: ManyToMany mapping demo using Courses, Students
example_43: Implementation of Sorting, Pagination using Spring Data JPA
example_44: Demo of Query, Modifying, Transactional, NamedQuery, NamedNativeQueries
example_45: Implementing Rest Services
example_46: Consuming Rest Services using FeignClient,WebClient & RestTemplate
example_47: Spring Data Rest & HAL Explorer changes
example_48: Understand & Configuring logging inside SpringBoot
example_49: Demo of Properties Configuration & Spring Profiles
example_50: Demo of SpringBoot Actuator inside EazySchool Web App
example_51: Exploring Actuator Info using SpringBoot Admin UI
example_52: Deploying SpringBoot App into AWS Elastic Beanstalk