Spring 5 JSONP deprecated. Use CORS
Until now say maybe you had a web service on a domain that returned some data, but you wanted to retrieve that data through ajax, from another domain. JSONP was a convenient approach but in Spring 5 we must use CORS since AbstractJsonpResponseBodyAdvice was deprecated. How JSONP worked? You can skip this section if you … Read more