28 lines
2.1 KiB
Markdown
Raw Normal View History

2013-07-26 12:11:39 +03:00
## Spring REST Example Project
2013-07-14 14:03:04 +03:00
### The Course
2016-06-28 12:30:06 +03:00
The "REST With Spring" Classes: http://bit.ly/restwithspring
2013-07-14 14:03:04 +03:00
2016-10-13 10:20:18 +02: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)
2016-10-13 10:20:18 +02:00
- [A Guide to OkHttp](http://www.baeldung.com/guide-to-okhttp)
2016-10-04 15:10:41 +06: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)
- [HTTP PUT vs HTTP PATCH in a REST API](http://www.baeldung.com/http-put-patch-difference-spring)
- [Exploring the Spring Boot TestRestTemplate](http://www.baeldung.com/spring-boot-testresttemplate)
- [Spring Log Incoming Requests](http://www.baeldung.com/spring-http-logging)
- [RequestBody and ResponseBody Annotations](http://www.baeldung.com/requestbody-and-responsebody-annotations)
- [Introduction to CheckStyle](http://www.baeldung.com/checkstyle-java)
- [How to Change the Default Port in Spring Boot](http://www.baeldung.com/spring-boot-change-port)
- [Guide to DeferredResult in Spring](http://www.baeldung.com/spring-deferred-result)
- [Spring Custom Property Editor](http://www.baeldung.com/spring-mvc-custom-property-editor)
- [Using the Spring RestTemplate Interceptor](http://www.baeldung.com/spring-rest-template-interceptor)
2018-06-09 10:53:21 -05:00
- [Configure a RestTemplate with RestTemplateBuilder](http://www.baeldung.com/spring-rest-template-builder)
- [Get and Post Lists of Objects with RestTemplate](http://www.baeldung.com/spring-rest-template-list)
- [How to Set a Header on a Response with Spring 5](http://www.baeldung.com/spring-response-header)