From ac0bdcdef044a591b94fd8cf501f4698a4d7a3b0 Mon Sep 17 00:00:00 2001 From: Rokon Uddin Ahmed Date: Mon, 23 Oct 2017 11:57:51 +0600 Subject: [PATCH] Update README.md (#2846) --- spring-rest-simple/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-rest-simple/README.md b/spring-rest-simple/README.md index ff12555376..916676feb5 100644 --- a/spring-rest-simple/README.md +++ b/spring-rest-simple/README.md @@ -1 +1,7 @@ ## Relevant articles: + +- [Guide to UriComponentsBuilder in Spring](http://www.baeldung.com/spring-uricomponentsbuilder) +- [Returning Custom Status Codes from Spring Controllers](http://www.baeldung.com/spring-mvc-controller-custom-http-status-code) +- [The Guide to RestTemplate](http://www.baeldung.com/rest-template) +- [Spring RequestMapping](http://www.baeldung.com/spring-requestmapping) +- [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring)