關(guān)于beans配置的問題
beans配置是從哪里找到的?代碼如下:
<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-3.0.xsd">
2017-01-27
自己創(chuàng)建啊
<id="">
<name>
<class>
視頻中不是說的明白了嗎。除了class是必要的其他的不必要,他不是列舉了一堆xml的Bean項嗎
2016-11-07
這是beans配置遵循的國際基本規(guī)范