Initial Commit: Spring-Boot-Project, that pinns down a bug in a test-case
authorKai Moritz <kai@juplo.de>
Sat, 19 Sep 2020 07:50:41 +0000 (09:50 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 19 Sep 2020 08:03:25 +0000 (10:03 +0200)
commit30552fd2eadaca4b9588ec7dea3e96cab25be2ec
treefc742f84e0d622a737bfefa0ee2cd18497351650
Initial Commit: Spring-Boot-Project, that pinns down a bug in a test-case

* I stumbled accros the unexpected behaviour of Springs MockMvc in a
  test-case for one of my projects.
* This version pinned down the unexpected behaviour explicitly.
13 files changed:
.gitignore [new file with mode: 0644]
.mvn/wrapper/MavenWrapperDownloader.java [new file with mode: 0644]
.mvn/wrapper/maven-wrapper.jar [new file with mode: 0644]
.mvn/wrapper/maven-wrapper.properties [new file with mode: 0644]
mvnw [new file with mode: 0755]
mvnw.cmd [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/de/juplo/TestController.java [new file with mode: 0644]
src/main/java/de/juplo/ThymeleafTestApplication.java [new file with mode: 0644]
src/main/resources/application.properties [new file with mode: 0644]
src/main/resources/templates/local.html [new file with mode: 0644]
src/main/resources/templates/remote.html [new file with mode: 0644]
src/test/java/de/juplo/ThymeleafTestApplicationTests.java [new file with mode: 0644]