Autowired and Beans in Springboot.
In springboot we use IoC (Inversion of control) spring container to manage our objects instead of creating manually like new Object().
So why we do that ?
when we create object manually it might cause memory leak, tight coupling, limited flexibility ...
springbootintro.hashnode.dev3 min read