Summary
Explore how to deploy, monitor, and manage Spring Boot applications by building executable JARs, creating Docker containers with layer-based Dockerfiles and Paketo Buildpacks, and adding Actuator with custom routes and HTTP trace storage using MongoDB.
We'll cover the following...
We'll cover the following...
In this chapter we learned how to:
-
Build an executable JAR file.
-
Create a layer-based ...