The parameter "path" is added to the model
authorKai Moritz <kai@juplo.de>
Tue, 14 Jan 2020 17:56:15 +0000 (18:56 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 16 Jan 2020 10:18:03 +0000 (11:18 +0100)
commit62335040daa75af91c4bd87602c9a09dc2a8c5ce
treec6d40f1d977f2d85274584eb90d168d4ec33166a
parentd22cecf8ab110696f17ba594f44c6726161792f3
The parameter "path" is added to the model

* Modified HtmlControllerTest to verify the new behavior
* Fixed the behavior of the HtmlController accordingly
* Added a form to the example-layout
src/main/java/de/juplo/demo/HtmlController.java
src/main/resources/templates/home.html
src/test/java/de/juplo/demo/HtmlControllerTest.java