• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
November 08, 2022 |840 Views
How to Create a Spring Bean in Spring framework
Description
Discussion

In this video, you'll learn how to create a spring bean in 3 different ways in the spring framework

Creating Spring bean in Spring framework

Spring framework uses a container to create and manage objects and this container is known as the IoC container. In Spring, beans are the objects that form the backbone of the application and are managed by the Spring IoC container. A bean is an object that is instantiated and assembled by a Spring IoC container. There are Different Methods to Create a Spring Bean. I

n this video, we are going to discuss how to create a Spring Bean in 3 different ways as follows: 

1. Creating Bean Inside an XML Configuration File (beans.xml)
2. Using @Component Annotation
3. Using @Bean Annotation

How to create spring bean in 3 different ways:
https://www.geeksforgeeks.org/how-to-create-a-spring-bean-in-3-different-ways/

Read More