In this chapter, we released our application to production. This was a perfect way to finish our journey through this book. During the chapters of this book, we sculptured the application and, in the grand finale, we deployed it to AWS. Spring is a big framework and it can take some time to learn everything it has to offer. We encourage you to keep learning and improving your Spring knowledge. Write as much code as you can and investigate all of the options Spring gives to you. As we already mentioned at the end of the previous section, try all of the deployment options you can. Knowing each of them can be a huge advantage!
For further reading, we recommend you look at the official Spring documentation or books that target specific Spring-related areas. Don't hesitate and get into the action. Create a new repository and start writing your new Spring application!
...