出版社: Manning Publications
出版年: 2017-7-6
页数: 384
定价: USD 38.47
装帧: Paperback
ISBN: 9781617293986
内容简介 · · · · · ·
Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform. You'll learn to do microservice design as you build and deploy your first Spring Cloud application. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and deploying your services...
Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform. You'll learn to do microservice design as you build and deploy your first Spring Cloud application. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and deploying your services. You'll see how Spring's intuitive tooling can help augment and refactor existing applications with micro services.
作者简介 · · · · · ·
John Carnell is a Java developer with a Clojure addiction. He's a Senior Cloud Engineer at Interactive Intelligence and a prolific speaker and writer with 20 years of experience in the software development field. John has authored, co-authored, and been a technical reviewer for a number of technology books and industry publications.
目录 · · · · · ·
2. Building microservices with Spring Boot
3. Controlling your configuration with Spring Cloud configuration server
4. On service discovery
5. When bad things happen: client resiliency patterns with Spring Cloud and Netflix Hystrix
6. Service routing with Spring Cloud and Zuul
· · · · · · (更多)
2. Building microservices with Spring Boot
3. Controlling your configuration with Spring Cloud configuration server
4. On service discovery
5. When bad things happen: client resiliency patterns with Spring Cloud and Netflix Hystrix
6. Service routing with Spring Cloud and Zuul
7. Securing your microservices
8. Event-driven architecture with Spring Cloud Stream
9. Distributed tracing with Spring Cloud Sleuth and Zipkin
10. Deploying your microservices
· · · · · · (收起)
喜欢读"Spring Microservices in Action"的人也喜欢 · · · · · ·
Spring Microservices in Action的书评 · · · · · · ( 全部 8 条 )
Spring学习者必备
为什么推荐这本《Spring微服务实战》第2版?
这篇书评可能有关键情节透露
异步君向大家推荐的这本书,是因为它有着很多个我们无法拒绝的优点。 首先是两位作者,是拥有丰富实践经验的程序员,热爱学习与分享知识。 二十多年开发经验的Java工程师 作者约翰·卡内尔(John Carnell)是一位资深的云开发工程师,有着二十多年的Java开发经验。 2015年,他... (展开)Spring 微服务实战(第 2 版),2022
《Spring微服务实战》书评
Spring Cloud说明书
如果计划搭建全流程微服务,读这本书就对了
> 更多书评 8篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部4 )
-
人民邮电出版社 (2018)8.1分 179人读过
-
人民邮电出版社 (2022)8.3分 23人读过
-
Manning Publications (2020)暂无评分 11人读过
以下书单推荐 · · · · · · ( 全部 )
- 评分9分以上的计算机图书 (子苓)
- T (dhcn)
- manning系列 (Blackopsgo)
- 计算机科学(技 (Rayes)
- 架构设计 (λ)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有109人想读,手里有一本闲着?
订阅关于Spring Microservices in Action的评论:
feed: rss 2.0










3 有用 丸子 2017-10-07 23:11:55
spring --> spring boot --> spring cloud,整本书是一个完整的例子。
1 有用 yangong 2018-09-30 21:23:09
类似综述
1 有用 alswl 2017-12-28 13:37:27
还不错,堪比 Spring in Action。帮忙快速入门 Spring Cloud。 作者是个 20 多年 Java 的老工程师,也是多本书作者,经验丰富,但是不够酷。他个人博客 https://springframework.guru/about/ 。
0 有用 雄爷 2018-06-28 11:26:30
对Spring Cloud的结构和作用介绍的比较清晰。从一般模式和具体实践的角度,把微服务架构和Spring Cloud做了提纲挈领的对应和介绍。可以帮助建立起对微服务的基础认识。
1 有用 双甘 2017-04-18 10:31:40
该书详细介绍了微服务架构下,spring体系通过集成 Netflix 等公司的开源项目以及 Spring Boot ,帮助 Java 开发人员快速拆分单体应用,并对微服务的全生命流程,如服务发现、服务路由、client 弹性、MQ 进行了封装