For those not aware of this tutorial yet,
I've uploaded a guide on Spring and Thymeleaf with JavaConfig
Application is based on the following dependenciesIn this tutorial, we will create a CRUD application based on Spring MVC 3.x and Spring Data JPA. We will utilize JavaConfig instead of XML to configure our application. For the view layer, we will use Thymeleaf as our template engine instead of JSP to process our html pages.
- Spring 3.2.0.RC1
- Spring Data JPA 1.2.0.RELEASE
- Thymeleaf 2.0.14
Here's the direct URL:
http://krams915.blogspot.com/2012/12...avaconfig.html
There's a Github repo for the project and there are two flavors: a JavaConfig-based and an XML-config based builds.


Reply With Quote