Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 276 Bytes

spring-velocity-tools

Usage

<bean class="org.springframework.web.servlet.view.velocity.VelocityViewResolver">
    <property name="toolboxConfigLocation" value=".."/>
    <property name="viewClass" value="org.spring.velocity.view.VelocityToolbox2View"/>
</bean>