摘要:
import org.springframework.web.util.UriComponentsBuilder; UriComponentsBuilder.fromHttpUrl("http://localhost:8080") .path("/api/{id}") .build("1234") 阅读全文
posted @ 2019-10-11 15:06
tonggc1668
阅读(466)
评论(0)
推荐(0)