Skip to content

sandhujasmine/learnspringftl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

    To run in a standalone Jetty server:

        mvn jetty:run

    then visit:

        http://localhost:8080/learnspringftl/

    To create a WAR for deploying in another servlet container:

        mvn package
        cp target/XXXXXXX.war /path/to/deploy/dir

LICENSE

    GPL v3. See COPYING.

COPYRIGHT

    (C)2010 Adam Monsen <[email protected]>

About

Experiments with Spring and Freemarker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages