--Create and manage object(IOC-Inversion of control)
--Inject object dependencies(Dependency injection)
--Spring container generically known as ApplicationContext
Ex:xml based
------Controller------------- @RestController @RequestMapping("/items") public class ItemController { private final ItemServic...
No comments:
Post a Comment