【发布时间】:2015-02-02 01:39:19
【问题描述】:
在 Spring config xml 中,我们有标签,在该标签中,我们有 xmlns、xsi 等。 所有这些细节意味着什么?这些细节何时以及如何重要?
<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-2.5.xsd">
</beans>
谢谢,
【问题讨论】:
-
您是否通过给定的链接找到了解决方案?
标签: spring configuration-files