728x90 반응형 server 통신1 [SpringBoot] 07. Server to Server 💡 Client Controller @RestController @RequestMapping("/api/client") public class ApiController { private final RestTemplateService restTemplateService; public ApiController(RestTemplateService restTemplateService) { this.restTemplateService = restTemplateService; } @GetMapping("/hello") public Req getHello(){ return restTemplateService.genericExchange(); } } 사용자가 localhost:9090/api/client/hello를 .. 2023. 8. 20. 이전 1 다음 728x90 반응형