Simple Spring/Thymeleaf-App 1.0.0
authorKai Moritz <kai@juplo.de>
Fri, 21 Aug 2015 16:16:33 +0000 (18:16 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 24 Aug 2015 19:12:25 +0000 (21:12 +0200)
commitf30a436f80b983bd9afb1f9964161a8d56204e9b
treee80ff821b4c4cd6558612d44c948447228b2e8cd
Simple Spring/Thymeleaf-App

This app only serves static content.

We do not need dynamic content to demonstrate the integration, but you
could easily extend this sample to serve dynamically rendered pages.
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/resources/log4j.xml [new file with mode: 0644]
src/main/resources/spring/mvc.xml [new file with mode: 0644]
src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
src/main/webapp/thymeleaf/a.html [new file with mode: 0644]
src/main/webapp/thymeleaf/b.html [new file with mode: 0644]
src/main/webapp/thymeleaf/c.html [new file with mode: 0644]
src/main/webapp/thymeleaf/index.html [new file with mode: 0644]
src/main/webapp/thymeleaf/templates/layout.html [new file with mode: 0644]
src/test/resources/maven-grunt-integration.properties [new file with mode: 0644]