Summary
In this chapter, we learned how to build native images using GraalVM. This is a faster, more efficient version of our application than we could ever build using the standard JVM. We also learned how to bake native images into a Docker container using Paketo Buildpacks.
In the next chapter, we’ll learn how to make Spring Boot apps even more efficient by dipping our toes in the waters of reactive programming.