摘要: API 网关 API 网关出现的原因是微服务架构的出现,不同的微服务一般会有不同的网络地址,而外部客户端可能需要调用多个服务的接口才能完成一个业务需求,如果让客户端直接与各个微服务通信,会有以下的问题: 以上这些问题可以借助 API 网关解决。API 网关是介于客户端和服务器端之间的中间层,所有的外 阅读全文
posted @ 2019-02-21 11:40 一天不进步,就是退步 阅读(46948) 评论(0) 推荐(4) 编辑
摘要: https://dzone.com/articles/multiple-mongodb-connectors-with-spring-boot This tutorial will guide you in the process to connect to multiple MongoDBs. W 阅读全文
posted @ 2019-02-21 10:04 一天不进步,就是退步 阅读(951) 评论(0) 推荐(0) 编辑
摘要: https://dzone.com/articles/spring-cloud-gateway-configuring-a-simple-route Spring Cloud Gateway can be considered a successor to the Spring Cloud Netf 阅读全文
posted @ 2019-02-21 09:19 一天不进步,就是退步 阅读(392) 评论(0) 推荐(0) 编辑