Когда я запускаю сервер, он показывает,
"org.springframework.beans.factory. xml .XmlBeanDefinitionStoreException: строка 7 в XML документе из ресурса ServletContext [/ WEB-INF / spring-servlet .xml] недействителен; вложенное исключение - org. xml .sax.SAXParseException; lineNumber: 7; columnNumber: 118; cv c -elt.1: Невозможно найти объявление элемента 'beans: beans'. " в консоли.
Вот моя конфигурация пружинного компонента * код 1031 *,
<?xml version="1.0" encoding="UTF-8"?>
https://www.springframework.org/schema/mvc/spring-mvc.xsd https://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd https://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd ">
<!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure --> <!-- Enables the Spring MVC @Controller programming model --> <annotation-driven /> <context:component-scan base-package="com.gavs.spring" /> <!-- Resolves views selected for rendering by @Controllers to .jsp resources in the /WEB-INF/views directory --> <beans:bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <beans:property name="prefix" value="/WebContent/WEB-INF/views/" /> <beans:property name="suffix" value=".jsp" /> </beans:bean>
Пожалуйста, помогите мне. Спасибо.