docs: update wg-basic/remote-rest

This commit is contained in:
Administrator 2021-09-20 09:21:15 +00:00 committed by John Smith
parent 8deeb71d49
commit cc27990422

View File

@ -2,7 +2,7 @@
title: 8.REST远程调用工具
description: REST远程调用工具
published: true
date: 2021-09-20T09:20:56.091Z
date: 2021-09-20T09:21:14.582Z
tags: wg-basic, remote
editor: markdown
dateCreated: 2021-09-20T08:24:01.498Z
@ -12,7 +12,7 @@ dateCreated: 2021-09-20T08:24:01.498Z
为了能够在分布式系统中更加方便高效的发送 Restful 请求,在 **common** 基础包中添加了 **远程调用工具**。该工具对 RestTemplate 进行了代理封装,开发人员只需要编写用于远程调用的接口,完成依赖注入即可。
该工具使用方式类似 @Controller
*注:该工具使用方式类似 @Controller*
# 注解