* Added example and test for "using @ResponseStatus" article in the spring-mvc-basics module

This commit is contained in:
Gerardo Roza
2019-05-26 17:42:54 -03:00
parent 33d0ac5738
commit ee4953b7ef
4 changed files with 101 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Spring MVC and the @ModelAttribute Annotation](http://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
- [Spring MVC @PathVariable with a dot (.) gets truncated](http://www.baeldung.com/spring-mvc-pathvariable-dot)
- [A Quick Example of Spring Websockets @SendToUser Annotation](http://www.baeldung.com/spring-websockets-sendtouser)
- [Using Spring ResponseEntity to Manipulate the HTTP Response](http://www.baeldung.com/spring-response-entity)
- [Using Spring @ResponseStatus to Set HTTP Status Code](http://www.baeldung.com/spring-response-status)
- [Working with Date Parameters in Spring](https://www.baeldung.com/spring-date-parameters)
- [A Java Web Application Without a web.xml](https://www.baeldung.com/java-web-app-without-web-xml)