11/06/23 What is a Spring Bean?

2023. 6. 11. 19:35카테고리 없음

Spring Bean is nothing special, any object in the Spring framework that we initialize through Spring container is called Spring Bean. Any normal Java POJO class can be a Spring Bean if it’s configured to be initialized via container by providing configuration metadata information. (Link)

Source: Spring Bean Life Cycle on Medium