Simple Spring/Thymeleaf-App
authorKai Moritz <kai@juplo.de>
Fri, 21 Aug 2015 16:16:33 +0000 (18:16 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 21 Aug 2015 17:05:21 +0000 (19:05 +0200)
commit3b96f5b3fcbf84d1b48179bfe209b0ebfe0b3edd
tree9c7ad494cf83b60506a63f995f2dcf261e0a5f4b
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]