Customized the error-pages by adding a template
[demos/testing] / src / main /
2020-08-28 Kai MoritzCustomized the error-pages by adding a template master unit-vs-integration
2020-08-28 Kai MoritzVerified correct behavior of RestController for 404
2020-01-16 Kai MoritzRestController throws different exceptions for other...
2020-01-16 Kai MoritzRestController throws 503 Service Unavailable, if the...
2020-01-16 Kai MoritzAdded more tests for valid URI's (aka: with parameter)
2020-01-16 Kai MoritzAdded a rest-controller, that serves the fetched data...
2020-01-16 Kai MoritzThe parameter "path" is added to the model
2020-01-16 Kai MoritzAdded more tests for URI's without a parameter
2020-01-16 Kai MoritzMissing path-parameter renders a page without remote...
2020-01-16 Kai MoritzThe error-message is reanderd instead of the text,...
2020-01-16 Kai MoritzSeparated layout from content with Thymeleaf
2020-01-16 Kai MoritzAdded a html-controller, that renders the fetched data
2020-01-15 Kai MoritzImplemented a service, that fetches data from a remote...
2020-01-15 Kai MoritzSpring Initializr: 2.2.2 / Spring Webflux / Thymeleaf