spring bean定義與載入方式

zngsf發表於2019-03-16

bean 定義

Xml

spring bean定義與載入方式

Annotation

spring bean定義與載入方式

Java based 

spring bean定義與載入方式

factoryBean

spring bean定義與載入方式

載入方式

xml載入
ApplicationContext applicationContext=
new ClassPathXmlApplicationContext("bean1.xml","bean2.xml");
<context:component-scan base-package="com.example"></context:component-scan>複製程式碼
java程式碼

spring bean定義與載入方式

Annotation掃描

spring bean定義與載入方式

相關文章