SpringBoot下的远程调用
注入restTemplate,用它来访问远程对象package com.pp.config;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.web.client.RestTemplateBuilder;import org.springframe...