在调用restTemplate.postForObject的时候报错URI is not absolute
URI is not absolute
at java.net.URI.toURL(URI.java:1088) ~[na:1.8.0_301]
at org.springframework.http.client.SimpleClientHttpRequestFactory.createRequest(SimpleClientHttpRequestFactory.java:145) ~[spring-web-5.2.12.RELEASE.jar:5.2.12.RELEASE]
at org.springframework.http.client.support.HttpAccessor.createRequest(HttpAccessor.java:124) ~[spring-web-5.2.12.RELEASE.jar:5.2.12.RELEASE]
需要使用完整路径,在url前面加上http://