From 6a30f3d9d866b6761d0c2ac41e94df6f502eefe1 Mon Sep 17 00:00:00 2001 From: Ger Roza Date: Wed, 20 Feb 2019 20:40:15 -0300 Subject: [PATCH] There was no code associated to this article. Also, the spring-rest readme file didn't contain the article's link. --- spring-boot-rest/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-rest/README.md b/spring-boot-rest/README.md index f7f7ec6598..447dd07159 100644 --- a/spring-boot-rest/README.md +++ b/spring-boot-rest/README.md @@ -6,4 +6,5 @@ Module for the articles that are part of the Spring REST E-book: 4. [Build a REST API with Spring and Java Config](http://www.baeldung.com/building-a-restful-web-service-with-spring-and-java-based-configuration) 5. [HATEOAS for a Spring REST Service](http://www.baeldung.com/rest-api-discoverability-with-spring) 6. [REST API Discoverability and HATEOAS](http://www.baeldung.com/restful-web-service-discoverability) -7. [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest) +7. [Versioning a REST API](http://www.baeldung.com/rest-versioning) +8. [Http Message Converters with the Spring Framework](http://www.baeldung.com/spring-httpmessageconverter-rest)