2013-05-15 18:03:51 +03:00
|
|
|
=========
|
|
|
|
|
2013-07-26 12:11:39 +03:00
|
|
|
## Spring REST Example Project
|
2013-07-14 14:03:04 +03:00
|
|
|
|
2016-06-28 12:30:06 +03:00
|
|
|
###The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
2013-07-14 14:03:04 +03:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-05-27 12:25:46 +03:00
|
|
|
- [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping)
|
2014-03-20 21:59:42 +02:00
|
|
|
- [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest)
|
2015-09-05 18:23:09 +03:00
|
|
|
- [Redirect in Spring](http://www.baeldung.com/spring-redirect-and-forward)
|
2016-02-11 03:03:08 +02:00
|
|
|
- [Returning Custom Status Codes from Spring Controllers](http://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
|