使用sitemesh包含velocity生成的静态页面乱码解决

在applicationContext.xml中的视图解析器中,配置如下

<bean id="viewResolver"
		class="org.springframework.web.servlet.view.InternalResourceViewResolver" >
		<property name="contentType"><value>text/html;charset=UTF-8</value></property>
</bean>

你可能感兴趣的:(Web,xml,bean,servlet,velocity)