更新时间:2020-06-05 17:46:38
封面
版权信息
内容提要
前言
第1篇 Web基础知识
第1章 认识微服务
第2章 快速搭建一个微服务框架
第3章 Restful风格的编程
第2篇 Spring Boot
第4章 Spring Boot中的IOC
第5章 Spring Boot中的AOP
第6章 Spring Boot中的数据源
第7章 Spring Boot中的事务
第8章 Spring Boot中的Redis
第9章 Spring Boot中的Security
第3篇 Spring Cloud
第10章 服务治理Spring Cloud Eureka
第11章 负载均衡Spring Cloud Ribbon
第12章 声明式服务调用Spring Cloud Feign
第13章 服务容错保护Spring Cloud Hystrix
第14章 配置中心Spring Cloud Config
第15章 网关Spring Cloud Zuul
第4篇 微服务开发实战
第16章 点餐管理系统实战
第17章 图书管理系统实战