Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 426 Bytes

freemarker-example

This is the source code for the blog post

http://exampledriven.wordpress.com/2014/05/22/freemarker-example/

This project demonstrates the use of freemarker with Spring. It shows the following :

  • Initializing freemarker as a singleton Spring bean
  • Loading freemaker templates from classpath
  • Freemarker directives :
    • if
    • include
    • list
    • placeholder replacement