Wednesday, June 16, 2021

Function of Spring container-->>

 --Create and manage object(IOC-Inversion of control)

--Inject object dependencies(Dependency injection)








--Spring container generically known as ApplicationContext

Ex:xml based





No comments:

Post a Comment

Testing controller

------Controller------------- @RestController @RequestMapping("/items") public class ItemController {     private final ItemServic...