RestController throws different exceptions for other errors
[demos/testing] / src / main / java / de / juplo / demo / RestController.java
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...