Reviewing the microservices capability model
The examples in this chapter explore the following microservices capabilities from the microservices capability model discussed in Chapter 3, Applying Microservices Concepts:
- HTTP Listener
- Message Listener
- Storage Capabilities (Physical/In-Memory)
- Business Capability Definitions
- Service Endpoints & Communication Protocols
- User Interfaces
- Security Service
- Microservice Documentation
In Chapter 2, Building Microservices with Spring Boot, we explored all these capabilities in isolation including how to secure Spring Boot microservices. This chapter will build a comprehensive microservices example based on a real world case study.
Tip
The full source code of this chapter is available under the Chapter 4
projects in the code files.