摘要:
IDEA中Spring配置错误:class path resource [.xml] cannot be opened because it does not exist 运行 Spring 项目时出现类似下面的错误信息 翻译:没有找到你的 .xml 配置文件 原因 在Test测试类中我使用的是: 阅读全文
摘要:
2. Spring IoC 2.1 Spring IoC的基本概念 控制反转(Inversion of Control,IoC) 是Spring框架的核心,用来消减计算机程序的偶合问题。 依赖注入(Dependency Injection,DI) 是IoC的另外一种说法,只是从不同的角度描述相同的概 阅读全文