Spring boot : All about beans
In simple terms, Bean is a Java Object, which is created and managed by Spring container (also known as IOC Container).
IOC container -> contains all the beans which get created and also manage them.
How to create a Bean?
@Component (Stereotype anno...
paraskaushik.hashnode.dev5 min read