2019年10月29日

MongoDB——》聚合查询(project、match、limit、skip、unwind、group、sort)

摘要: https://blog.csdn.net/weixin_43453386/article/details/85065043#1_testweightname_id_35 https://blog.csdn.net/fu_zhongyuan/article/details/86637830 阅读全文

posted @ 2019-10-29 18:20 木西-Muxy 阅读(488) 评论(0) 推荐(0)

jdk8流list转Map

摘要: map6.forEach( (k ,v)->{ System.out.println("k6: " + k + " v6:" + v); }); 阅读全文

posted @ 2019-10-29 17:43 木西-Muxy 阅读(13186) 评论(0) 推荐(2)

Spring Boot 和 Spring Cloud Feign调用服务及传递参数踩坑记录(转)

摘要: https://blog.csdn.net/uotail/article/details/84673347 阅读全文

posted @ 2019-10-29 14:23 木西-Muxy 阅读(976) 评论(0) 推荐(0)

SpringCloud使用feign时的复杂参数传递(转)

摘要: Feign传参注意 最近在用SpringCloud尝试重构以前的项目,使用Feign客户端组件来调用微服务,经常出现参数传不过去变成null的问题,网上查了一下发现feign在参数上的使用还是有一定的限制的,主要是要注意: 1. 当参数比较复杂时,feign即使声明为get请求也会强行使用post请 阅读全文

posted @ 2019-10-29 14:14 木西-Muxy 阅读(6798) 评论(0) 推荐(0)

导航