Velocity模版自定义标签

    xiaoxiao2021-04-11  32

    <!-- Velocity视图解析器 默认视图 --> <bean id="velocityViewResolver" class="org.springframework.web.servlet.view.velocity.VelocityViewResolver"> <property name="contentType" value="text/html;charset=UTF-8" /> <property name="viewNames" value="*.html" /> <property name="suffix" value="" /> <property name="dateToolAttribute" value="date" /> <property name="numberToolAttribute" value="number" /> <property name="toolboxConfigLocation" value="/WEB-INF/velocity-toolbox.xml" /> <property name="requestContextAttribute" value="rc" /> <property name="order" value="0" /> </bean>

    加上  <property name="toolboxConfigLocation" value="/WEB

    转载请注明原文地址: https://ju.6miu.com/read-666533.html

    最新回复(0)