Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 440 Bytes

File metadata and controls

10 lines (8 loc) · 440 Bytes

Official documentation
The base interfaces of spring IOC are BeanFactory and ApplicationContext. the main implementations are :

  • AnnotationConfigApplicationContex
  • ClassPathXmlApplicationContext
  • FileSystemXmlApplicationContext
  • GenericApplicationContext

In this example i'll show the java based configuration of beans in IOC.