书籍 Spring Microservices in Action的封面

Spring Microservices in Action

John Carnell

出版时间

2017-07-06

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. You'll see how Spring's intuitive tooling can help augment and refactor existing applications with micro services.

目录
1. Welcome to the cloud, Spring
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

显示全部
用户评论
spring --> spring boot --> spring cloud,整本书是一个完整的例子。
类似综述
还不错,堪比 Spring in Action。帮忙快速入门 Spring Cloud。 作者是个 20 多年 Java 的老工程师,也是多本书作者,经验丰富,但是不够酷。他个人博客 https://springframework.guru/about/ 。
对Spring Cloud的结构和作用介绍的比较清晰。从一般模式和具体实践的角度,把微服务架构和Spring Cloud做了提纲挈领的对应和介绍。可以帮助建立起对微服务的基础认识。
该书详细介绍了微服务架构下,spring体系通过集成 Netflix 等公司的开源项目以及 Spring Boot ,帮助 Java 开发人员快速拆分单体应用,并对微服务的全生命流程,如服务发现、服务路由、client 弹性、MQ 进行了封装
新手友好的一本书,如果已经有过微服务的开发经验,书里很多东西都可以跳着看。对于不了解如何用Java技术栈搭建微服务的人来说,是个很好的入门。它用搭建一个完整项目的方式介绍了微服务架构的设计理念,从微服务的各个层面作为切入点,介绍了搭建微服务所需的基础设施以及与Spring Cloud相关的组件。如果对从头搭建一套Java技术栈的微服务没有头绪,可以直接参考这本书。但是这里很多东西的介绍都是点到为止,实际使用的话,还要参考各个组件的官方文档才能玩的转。
还是挺不错的 值得看看
对我来说非常适合的一本书。简单原理介绍,加实践代码。原理图非常赞。
理论结合小例子,给出了微服务的一些编程模式,读完有收获