springmvc.spring-mvc-jsp.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meteor-core Show documentation
Show all versions of meteor-core Show documentation
A Java Framework for JavaEE application reference architecture.
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>