摘要: zuul 内置参数 zuul.host.maxTotalConnections 适用于ApacheHttpClient,如果是okhttp无效。每个服务的http客户端连接池最大连接,默认是200. zuul.host.maxPerRouteConnections 适用于ApacheHttpClie 阅读全文
posted @ 2018-11-07 09:51 英特费斯 阅读(5031) 评论(0) 推荐(0) 编辑
摘要: 左边是mongodb查询语句,右边是sql语句。对照着用,挺方便。 db.users.find() select * from users db.users.find({"age" : 27}) select * from users where age = 27 db.users.find({"u 阅读全文
posted @ 2018-11-07 09:07 英特费斯 阅读(181) 评论(0) 推荐(0) 编辑