oneey

oneey

SpringIOC

接口继承:BeanFactory----ApplicationContext-
四个:

ClassPathXmlApplicationContext
FileSystemXmlApplicationContext
AnnotationConfigApplicationContext
WebApplicationContext

1:xml 存放在 classpath 中,即 src 或者 resources 下
2:xml 存放在硬盘上的物理路径下
3:使用注解,配置文件时 Java 代码
4:springmvc 时会用 web 形式

关于 DI (这部分理解发给 gpt 了)

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.