2013-07-26 05:11:39 -04:00
|
|
|
|
## Spring REST Example Project
|
2013-07-14 07:03:04 -04:00
|
|
|
|
|
2018-05-23 10:55:32 -04:00
|
|
|
|
### The Course
|
2016-06-28 05:30:06 -04:00
|
|
|
|
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)
|
2016-12-18 03:15:07 -05: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 02:25:59 -05:00
|
|
|
|
- [A Custom Media Type for a Spring REST API](http://www.baeldung.com/spring-rest-custom-media-type)
|
2017-04-18 16:20:20 -04:00
|
|
|
|
- [HTTP PUT vs HTTP PATCH in a REST API](http://www.baeldung.com/http-put-patch-difference-spring)
|
2017-08-17 11:41:57 -04:00
|
|
|
|
- [Spring – Log Incoming Requests](http://www.baeldung.com/spring-http-logging)
|
2017-09-16 05:26:29 -04:00
|
|
|
|
- [RequestBody and ResponseBody Annotations](http://www.baeldung.com/requestbody-and-responsebody-annotations)
|
2018-04-11 01:33:18 -04:00
|
|
|
|
- [Introduction to CheckStyle](http://www.baeldung.com/checkstyle-java)
|
2018-05-23 10:55:32 -04:00
|
|
|
|
- [How to Change the Default Port in Spring Boot](http://www.baeldung.com/spring-boot-change-port)
|
2018-06-01 08:04:12 -04: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-07-06 03:25:49 -04:00
|
|
|
|
- [Get and Post Lists of Objects with RestTemplate](http://www.baeldung.com/spring-rest-template-list)
|
2018-07-24 13:21:55 -04:00
|
|
|
|
- [How to Set a Header on a Response with Spring 5](http://www.baeldung.com/spring-response-header)
|
2018-11-21 23:49:54 -05:00
|
|
|
|
- [Spring’s RequestBody and ResponseBody Annotations](https://www.baeldung.com/spring-request-response-body)
|
2018-12-15 11:45:17 -05:00
|
|
|
|
- [Uploading MultipartFile with Spring RestTemplate](http://www.baeldung.com/spring-rest-template-multipart-upload)
|