Part 3:
Releasing an Application
with Spring Boot
Building an application is only half the battle. Releasing the application to production is critical. You will learn how to configure your application for various environments, including the cloud. You will also discover different ways to package it up and get it into your customers’ hands. Finally, you will learn how to ramp things up with native images.
This part includes the following chapters:
- Chapter 6, Configuring an Application with Spring Boot
- Chapter 7, Releasing an Application with Spring Boot
- Chapter 8, Going Native with Spring Boot