From ff050e93b0436ad861bf4e14919a7ef426fcb493 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Thu, 19 Feb 2015 19:18:58 +0000 Subject: [PATCH] Described how to use Spring 4 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a455818..7fd4540 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ thymeleaf-tdd ============= -Test Driven Development framework for Spring with Thymeleaf and Thymesheet. +Test Driven Development framework for Spring (3 and 4) with Thymeleaf and Thymesheet. ## Maven @@ -13,6 +13,15 @@ Include the latest release from Maven, 1.0.4 test + +If you are using Spring 4, the dependancy is slightly different. + + + com.connect-group + thymeleaf-tdd-spring4 + 1.0.4 + test + Thymeleaf-TDD makes use of the full Hamcrest suite (version 1.3), and JUnit 4.11; these will be pulled in as dependancies when you include thymeleaf-tdd.