Skip to content

Instantly share code, notes, and snippets.

@kembuco
Created December 19, 2011 04:09
Show Gist options
  • Save kembuco/1495332 to your computer and use it in GitHub Desktop.
Save kembuco/1495332 to your computer and use it in GitHub Desktop.
Spring Configuration
<beans:bean class="com.fergiggles.giggledust.dust.DustViewResolver">
<beans:property name="prefix" value="/WEB-INF/views/" />
<beans:property name="suffix" value=".dust" />
</beans:bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment