摘要:
The Role of security in microservices User Authentication/Authorization Single Sign on Data Security Interoperability OAuth2.0 Protocol for conveying 阅读全文
摘要:
ref: https://cloud.spring.io/spring-cloud-netflix/single/spring-cloud-netflix.html#_circuit_breaker_hystrix_clients 阅读全文
摘要:
ref: https://cloud.spring.io/spring-cloud-netflix/single/spring-cloud-netflix.html#spring-cloud-ribbon 阅读全文
摘要:
ref : http://microservices.io/patterns/apigateway.html https://www.nginx.com/blog/building-microservices-using-an-api-gateway https://cloud.spring.io/ 阅读全文
摘要:
Prepare Understand "Twelve factor APP" - config Understand Spring boot configuration and Spring Framework Profiles The role of configuration in Micros 阅读全文
摘要:
What is service discovery and why we use it? A way for service to register it self A way for a service to deregister it self A way for a client to fin 阅读全文
摘要:
Monolithic Architecture Issues 传统的Web application 架构非常简单,一个实例包含了所有业务模块,比如 Omniselling v4 一个实例有 order,billing,account,courier,warehouse etc.。这种架构的好处是开发 阅读全文
摘要:
这本书在软件领域知名度很高,每次看到年度推荐的文章里面都有这本书且强烈推荐.出版30年了,可谓经典. 但我在读的过程中并没有那么深的体会.书中很多章节都是基于大型项目或者大型系统的经验总结,至今为止我还没有参与大于30人的项目.只能说自己的境界还不够.第一章,焦油坑 再也找不到一个词比焦油坑更能形... 阅读全文
摘要:
需求驱动是不错的学习方法.这本书是产品之路的第一本书,第一章描述了产品经理是什么,为什么要做产品经理.我认为之所以会有产品经理,是源于生活中待解决的问题和场景.第二章描述的是需求,需求从哪里来,如何收集,如何调研,如何分析.第三章讲项目的过程,这一章的内容对项目的开发和管理有很大帮助,非常值得借鉴.... 阅读全文