Oliver Gierke 0495da665c Polished dependency declaration.
Explicitly declare spring-sop to avoid unnecessary exclusions. Excluded Commons Logging explicitly to make sure the Slf4j bridge kicks in.
2013-04-07 14:01:46 +02:00

Spring Web Flow Samples

This is the official samples repository for the Spring Web Flow project.

Build and Run

Running 'mvn package' from this directory generates .war files for all samples.

Samples without a Portlet dependency can be run with the Tomcat Maven plugin. For example:

cd booking-mvc
mvn tomcat:run

Eclipse

Generate Eclipse settings for all samples:

mvn eclipse:clean eclipse:eclipse

Import the projects into Eclipse. The Eclipse preferences must have an M2_REPO under "Java", "Build Path", "Classpath Variables".

Contributing

Pull requests are welcome.

Description
No description provided
Readme 726 KiB
Languages
CSS 45.1%
HTML 29.6%
Java 25.3%