Chapter 2. Extending Microservices
We built a basic component offering a few services in Lesson 1, Building Microservices with Spring Boot. In this lesson, we will focus on adding more features to make our microservice production ready.
We will discuss how to add these features to our microservice:
- Exception handling
- HATEOAS
- Caching
- Internationalization
We will also discuss how to document our microservice using Swagger. We will look at the basics of securing the microservice with Spring Security.