-
Book Overview & Buying
-
Table Of Contents
Spring System Design in Practice
By :
Welcome to Chapter 11! So far, we have created services with a prototypical approach. We have not cared too much about how they are instantiated or how they find each other. We also have not bothered about how they are producing logs. That was because we wanted to provide the most fun and important parts first.
Now, you have the key tools and techniques to develop systems with Spring. You know how Spring beans work and how to write APIs using Spring Web and WebFlux. We have seen examples of how to manage data with SQL and NoSQL examples. We have also learned how to test our systems in several ways and how to write event-driven systems.
That was a lot! Now, let’s prepare our architecture to be released in production. To deploy your system, we need to deal with other important things, such as the following subjects that we are going to cover in this chapter: