Support @ResponseStatus on controller type level
Issue: SPR-13547
This commit is contained in:
@@ -653,6 +653,7 @@ Spring 4.3 also improves the caching abstraction as follows:
|
||||
=== Web Improvements
|
||||
|
||||
* New `@RestControllerAdvice` annotation combines `@ControllerAdvice` with `@ResponseBody`.
|
||||
* `@ResponseStatus` can be used on a controller type is inherited for all method.
|
||||
* `AsyncRestTemplate` supports request interception.
|
||||
|
||||
=== Testing Improvements
|
||||
|
||||
Reference in New Issue
Block a user