摘要: 通过《Spring Cloud Alibaba基础教程:使用Nacos实现服务注册与发现》一文的学习,我们已经学会如何使用Nacos来实现服务的注册与发现,同时也介绍如何通过LoadBalancerClient接口来获取某个服务的具体实例,并根据实例信息来发起服务接口消费请求。但是这样的做法需要我们 阅读全文
posted @ 2020-08-05 15:57 沐春风-燕南飞 阅读(187) 评论(0) 推荐(0)
摘要: @RequestParam 用来处理Content-Type: 为 application/x-www-form-urlencoded编码的内容。(Http协议中,如果不指定Content-Type,则默认传递的参数就是application/x-www-form-urlencoded类型)@Req 阅读全文
posted @ 2020-08-05 15:26 沐春风-燕南飞 阅读(595) 评论(0) 推荐(0)