ad holder

全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 pdf epub mobi txt 电子书 下载 2024

图书介绍


全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服

简体网页||繁体网页



点击这里下载
    


想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-03-29

类似图书 点击查看全场最低价

店铺: 义博图书专营店
出版社: 电子工业出版社
ISBN:9787121275913
商品编码:11889396209

全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

相关图书



全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 pdf epub mobi txt 电子书 下载



具体描述

全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服务框 +分布式服务框架原理与实践+微服务架构与实践 软件架构师测试开发书

9787121312717 9787121298042  9787121279195 9787121275913

基本信息

  • 作者:  target='_blank' style='margin: 0.0px;padding: 0.0px;color: #0066aa;outline: 0.0px;cursor: pointer;'>周立   
  • 出版社: target='_blank' style='margin: 0.0px;padding: 0.0px;color: #0066aa;outline: 0.0px;cursor: pointer;'>电子工业出版社
  • ISBN:9787121312717
  • 上架时间:2017-4-6
  • 出版日期:2017 年4月
  • 开本:16开
  • 页码:268
  • 版次:1-1
  • 所属分类:style='margin: 0.0px;padding: 0.0px;color: #3355aa;outline: 0.0px;cursor: pointer;'>计算机
     

编辑推荐

√ Spring Cloud的崛起将取代Dubbo在微服务领域大行其道
√ 作者标签:Spring Cloud社区发起人|布道者|微服务专家
√ Spring Cloud可谓实现Java企业级微服务应用之武器
√ Spring Cloud是Spring Boot之上更完整、全能的解决方案

内容简介

target='_blank' style='margin: 0.0px;padding: 0.0px;color: #0066aa;outline: 0.0px;cursor: pointer;'>    书籍 
target='_blank' style='margin: 0.0px;padding: 0.0px;color: #0066aa;outline: 0.0px;cursor: pointer;'>    计算机书籍 
作为一部帮助大家实现微服务架构落地的作品,《Spring Cloud与Docker微服务架构实战》覆盖了微服务理论、微服务开发框架(Spring Cloud)以及运行平台(Docker)三大主题。全书可分为三部分,第1章对微服务架构进行了系统的介绍;第2-11章使用Spring Cloud开发框架编写了一个"电影售票系统";第12-14章则讲解了如何将微服务应用运行在Docker之上。全书Demo驱动学习,以连贯的场景、具体的代码示例来引导读者学习相关知识,终使用特定的技术栈实现微服务架构的落地。 

作译者

周立,Spring Cloud中国社区联合发起人。拥有近7年的软件系统开发经验,多年系统架构经验。对Spring Cloud、微服务、持续集成、持续交付有一定见地。 
热爱技术交流,曾代表公司参加全球微服务架构高峰论坛、QCon等技术沙龙。拥抱开源,在GitHub与Git@OSC上开源多个项目,并获得了开源中国的推荐,例如开源电子书《使用Spring Cloud与Docker实战微服务》等。 
笔者博客:itmuch.,定期分享Spring Cloud相关博客。读者可扫码关注Spring Cloud 中国社区公众号以及作者公众号。 

目录

1 微服务架构概述. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 
1.1 单体应用架构存在的问题1 
1.2 如何解决单体应用架构存在的问题3 
1.3 什么是微服务3 
1.4 微服务架构的优点与挑战5 
1.4.1 微服务架构的优点5 
1.4.2 微服务架构面临的挑战5 
1.5 微服务设计原则6 
1.6 如何实现微服务架构7 
1.6.1 技术选型7 
1.6.2 架构图及常用组件8 
2 微服务开发框架--Spring Cloud . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 
2.1 Spring Cloud 简介10 
2.2 Spring Cloud 特点10 
2.3 Spring Cloud 版本11 
2.3.1 版本简介11 
2.3.2 子项目一览12 
2.3.3 Spring Cloud/Spring Boot 版本兼容性13 
3 开始使用Spring Cloud 实战微服务. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 
3.1 Spring Cloud 实战前提14

3 开始使用Spring Cloud 实战微服务. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 
3.1 Spring Cloud 实战前提14 

3.1.1 技术储备14 
3.1.2 工具及软件版本15 
3.2 服务提供者与服务消费者16 
3.3 编写服务提供者16 
3.3.1 手动编写项目17 
3.3.2 使用Spring Initializr 快速创建Spring Boot 项目21 
3.4 编写服务消费者23 
3.5 为项目整合Spring Boot Actuator 25 
3.6 硬编码有哪些问题27 
4 微服务注册与发现. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 
4.1 服务发现简介29 
4.2 Eureka 简介31 
4.3 Eureka 原理31 
4.4 编写Eureka Server 33 
4.5 将微服务注册到Eureka Server 上35 
........
14.6.6 使用已存在的网络239 
14.7 综合实战:使用Docker Comose 编排Spring Cloud 微服务240 
14.7.1 编排Spring Cloud 微服务240 
14.7.2 编排高可用的Eureka Server 243 
14.7.3 编排高可用Spring Cloud 微服务集群及动态伸缩245 
14.8 常见问题与总结247 
后记. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 248 

 

LT

预售 出版时间2016.9月中旬

全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 电子书 下载 mobi epub pdf txt


全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 pdf epub mobi txt 电子书 下载
想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

评分

评分

评分

评分

评分

评分

评分

评分

类似图书 点击查看全场最低价

全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 pdf epub mobi txt 电子书 下载


分享链接


去京东购买 去京东购买
去淘宝购买 去淘宝购买
去当当购买 去当当购买
去拼多多购买 去拼多多购买


全4册Spring Cloud与Docker微服务架构实战+轻量级微服务架构+分布式服 bar code 下载
扫码下载










相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 windowsfront.com All Rights Reserved. 静流书站 版权所有