spring-guides / gs-rest-service-cors

Enabling Cross Origin Requests for a RESTful Web Service :: Learn how to create a RESTful web service with Spring that support Cross-Origin Resource Sharing (CORS).

Home Page:https://spring.io/guides/gs/rest-service-cors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect HTTP client dependency

jkkj opened this issue · comments

The line about adding apache http client into gradle.build is not correct. Should be changed by the whole gradle.build file shown below it.

This is a really easy fix (add 5 to httpclient), so I'm going to add the good first issue label and see if someone would like to pick it up as a way to get started on contributing to Spring.