【发布时间】:2018-01-12 05:45:28
【问题描述】:
我正确添加了 xsi:schemaLocation,但它显示错误
<beans xmlsn="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.xsd">
<bean id="welcomebean" class="com.sathya.beans.WelcomeBean">
<property name="message" value="welcome to Spring"></property>
</bean>
</beans>
【问题讨论】:
-
您遇到的错误是什么?