spring-rest-client:Spring休息客户

时间:2021-05-01 17:37:33
【文件属性】:
文件名称:spring-rest-client:Spring休息客户
文件大小:175KB
文件格式:ZIP
更新时间:2021-05-01 17:37:33
Java Spring休息客户 Spring休息客户 可以使用spring mvc编写rest api,如下所示: @RestController @RequestMapping ( " /another " ) public class AnotherController { @RequestMapping ( " /add " ) public int add ( @RequestParam ( " offset " ) int offset ) { // do something return offset ; } } 可以这样声明一个休息客户: @RequestMapping ( " /another " ) @SpringRestClientEnabled ( baseUrl = " http://localhost:8080 "

网友评论