2013-07-26 12:11:39 +03:00
|
|
|
|
## Spring REST Example Project
|
2013-07-14 14:03:04 +03:00
|
|
|
|
|
2018-05-23 20:25:32 +05:30
|
|
|
|
### 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)
|
2016-12-18 14:15:07 +06:00
|
|
|
|
- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder)
|
|
|
|
|
- [Introduction to FindBugs](http://www.baeldung.com/intro-to-findbugs)
|
2017-01-08 13:25:59 +06:00
|
|
|
|
- [A Custom Media Type for a Spring REST API](http://www.baeldung.com/spring-rest-custom-media-type)
|
2017-04-18 22:20:20 +02:00
|
|
|
|
- [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)
|
2017-08-17 21:41:57 +06:00
|
|
|
|
- [Spring – Log Incoming Requests](http://www.baeldung.com/spring-http-logging)
|
2017-09-16 15:26:29 +06:00
|
|
|
|
- [RequestBody and ResponseBody Annotations](http://www.baeldung.com/requestbody-and-responsebody-annotations)
|
2018-04-11 11:33:18 +06:00
|
|
|
|
- [Introduction to CheckStyle](http://www.baeldung.com/checkstyle-java)
|
2018-05-23 20:25:32 +05:30
|
|
|
|
- [How to Change the Default Port in Spring Boot](http://www.baeldung.com/spring-boot-change-port)
|
2018-06-01 18:04:12 +06:00
|
|
|
|
- [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)
|
2018-07-06 13:25:49 +06:00
|
|
|
|
- [Get and Post Lists of Objects with RestTemplate](http://www.baeldung.com/spring-rest-template-list)
|
2018-07-25 01:21:55 +08:00
|
|
|
|
- [How to Set a Header on a Response with Spring 5](http://www.baeldung.com/spring-response-header)
|