a simple mini spring framwork project,learn sping IoC,AOP and other core concepts.
release info: init a very simple demo ,get beans by parsing XML。
(1)build a BeanDefintionReader analysis XML get bean definition with beanFactory.
(2)build a simpleBeanFactory to register and get bean.