java-tutorials/spring-rest/README.md

16 lines
966 B
Markdown
Raw Normal View History

2013-07-26 05:11:39 -04:00
## Spring REST Example Project
2013-07-14 07:03:04 -04:00
2016-06-28 05:30:06 -04:00
###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
2013-07-14 07:03:04 -04:00
2016-10-13 04:20:18 -04:00
### Relevant Articles:
2013-05-27 05:25:46 -04:00
- [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping)
2014-03-20 15:59:42 -04:00
- [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest)
2015-09-05 11:23:09 -04:00
- [Redirect in Spring](http://www.baeldung.com/spring-redirect-and-forward)
2016-02-10 20:03:08 -05:00
- [Returning Custom Status Codes from Spring Controllers](http://www.baeldung.com/spring-mvc-controller-custom-http-status-code)
2016-10-13 04:20:18 -04:00
- [A Guide to OkHttp](http://www.baeldung.com/guide-to-okhttp)
2016-10-04 05:10:41 -04:00
- [Binary Data Formats in a Spring REST API](http://www.baeldung.com/spring-rest-api-with-binary-data-formats)
- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder)
- [Introduction to FindBugs](http://www.baeldung.com/intro-to-findbugs)
- [A Custom Media Type for a Spring REST API](http://www.baeldung.com/spring-rest-custom-media-type)