введите здесь описание изображения
Это проект по умолчанию, созданный STS.
и ниже xml код
<?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/mvc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> <annotation-driven /> <resources mapping="/resources/**" location="/resources/" /> <beans:bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <beans:property name="prefix" value="/WEB-INF/views/" /> <beans:property name="suffix" value=".jsp" /> </beans:bean> <context:component-scan base-package="com.hee.heechart" /> - </beans:beans>
Я не понимаю ... как springframework загружает контекст. xml файл
servlet-context. xml file и root -context. xml file работают хорошо, но я не Я знаю структуру springframework загрузки файла root -context. xml и файла servlet-context. xml.
Возможно ли загрузить папку appServlet в папку WEB-INF, потому что это находится в пути к классам?