From db165a7c773f8e253a98251fdcaac9346ea25570 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 1 Feb 2013 17:25:32 -0500 Subject: [PATCH] Add README to booking-mvc --- booking-mvc/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 booking-mvc/README.md diff --git a/booking-mvc/README.md b/booking-mvc/README.md new file mode 100644 index 0000000..4ba5793 --- /dev/null +++ b/booking-mvc/README.md @@ -0,0 +1,2 @@ + +This sample uses Thymeleaf and Tiles for the view templating technology. To trace the steps of converting a JSP/Tiles application to Thymeleaf, refer to the description and the commits of [the pull request](https://github.com/SpringSource/spring-webflow-samples/pull/5) that introduced the change. For more details on Thymeleaf refer to [http://www.thymeleaf.org/](http://www.thymeleaf.org/).