Setting up the environment for the BrownField PSS
In this chapter, we will amend the BrownField’s PSS microservices developed in Chapter 6, Microservices Evolution - A Case Study, using the Spring Cloud capabilities. We will also examine how to make these services enterprise grade using the Spring Cloud components.
In order to prepare the environment for this chapter, import and rename (chapter6.*
to chapter7.*
) projects into a new STS workspace.
Note
The full source code of this chapter is available under the chapter7
project in the code files under https://github.com/rajeshrv/Spring5Microservice.