更新时间:2021-07-02 16:18:27
coverpage
Spring: Microservices with Spring Boot
Credits
Meet Your Expert
Preface
What's in It for Me?
What Will I Get from This Book?
Prerequisites
Chapter 1. Building Microservices with Spring Boot
What is Spring Boot?
Spring Boot Hello World
What is REST?
First REST Service
Creating a Todo Resource
Spring Initializr
A Quick Peek into Auto-Configuration
Summary
Assessments
Chapter 2. Extending Microservices
Exception Handling
HATEOAS
Validation
Documenting REST Services
Securing REST Services with Spring Security
Internationalization
Caching
Chapter 3. Advanced Spring Boot Features
Externalised Configuration
Embedded Servers
Developer Tools
Spring Boot Actuator
Deploying an Application to Cloud
Chapter 4. Assessment Answers
Lesson 1: Building Microservices with Spring Boot
Lesson 2: Extending Microservices
Lesson 3: Advanced Spring Boot Features