1. 程式人生 > >Spring中核心配置檔案載入頭部資訊的兩種方式

Spring中核心配置檔案載入頭部資訊的兩種方式

1、沒有外掛的情況下:官網拷貝程式碼複製

<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">
</beans>

2、有Spring外掛的情況下:

applicationContext.xml右鍵——open with——Spring Config  Editor——namespqce——選中bean