All Downloads are FREE. Search and download functionalities are using the official Maven repository.

springmvc.spring-mvc-jsp.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:p="http://www.springframework.org/schema/p"
	xmlns:c="http://www.springframework.org/schema/c"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
	
	<description>jsp视图设置</description>
	
	
	<bean id="viewResolverJsp" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
		<property name="prefix" value="${core.jsp.jspConfig.prefix:/WEB-INF/views/}"/>
		<property name="suffix" value="${core.jsp.jspConfig.suffix:.jsp}"/>		
        <property name="order" value="${core.freemarker.viewResolver.order:1}"/>
	</bean>
	 
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy