Umstellung auf Thymeleaf: Schritt 1 - Thymeleaf zum Laufen bekommen
authorKai Moritz <km@juplo.de>
Sat, 30 Aug 2014 20:21:35 +0000 (22:21 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:42 +0000 (17:45 +0100)
commitb1956189d89ac7e824c209039f3c82926294549e
treea72a8f383014af2563a0b3b70d74bb8bebd908fe
parentbdd5c4e87d09a5ed9be7c97273ec9c7b1afbeb16
Umstellung auf Thymeleaf: Schritt 1 - Thymeleaf zum Laufen bekommen

 * Tiles (vorerst) rausgeschmissen
 * Thymeleaf so weit konfiguriert, dass eine View /index.html erreichbar ist
12 files changed:
pom.xml
src/main/resources/log4j.xml
src/main/resources/spring/mvc.xml
src/main/webapp/WEB-INF/web.xml
src/main/webapp/thymeleaf/404.html [new file with mode: 0644]
src/main/webapp/thymeleaf/error.html [new file with mode: 0644]
src/main/webapp/thymeleaf/index.html [new file with mode: 0644]
src/main/webapp/thymeleaf/templates/footer.html [new file with mode: 0644]
src/main/webapp/thymeleaf/templates/header.html [new file with mode: 0644]
src/main/webapp/thymeleaf/views/404.html [new file with mode: 0644]
src/main/webapp/thymeleaf/views/error.html [new file with mode: 0644]
src/main/webapp/thymeleaf/views/index.html [new file with mode: 0644]