摘要: //这个是 配置文件放错了地方 org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileN... 阅读全文
posted @ 2019-03-06 11:07 lilixia 阅读(3477) 评论(0) 推荐(0) 编辑
摘要: Spring设计理念 Spring是面向Bean的编程 Spring 两大核心技术 控制反转(IoC:Inversion of Control ) /依赖注入(DI:Dependency Injection ) 面向切面编程(AOP:Aspect Oriented Programming) Spri 阅读全文
posted @ 2019-03-06 09:35 lilixia 阅读(229) 评论(0) 推荐(0) 编辑