Moved MediaTypeNotAcceptableException article from spring-mvc-java to spring-mvc-basics module, and added test

This commit is contained in:
Gerardo Roza
2019-07-15 13:07:01 -03:00
parent fc24c7b69b
commit 3150b6d4fd
4 changed files with 37 additions and 5 deletions

View File

@@ -14,4 +14,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Spring @RequestMapping New Shortcut Annotations](http://www.baeldung.com/spring-new-requestmapping-shortcuts)
- [Spring MVC Custom Validation](http://www.baeldung.com/spring-mvc-custom-validator)
- [Using Spring @ResponseStatus to Set HTTP Status Code](http://www.baeldung.com/spring-response-status)
- [Spring MVC and the @ModelAttribute Annotation](http://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
- [Spring MVC and the @ModelAttribute Annotation](http://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
- [The HttpMediaTypeNotAcceptableException in Spring MVC](http://www.baeldung.com/spring-httpmediatypenotacceptable)