August 2025
Intermediate to advanced
810 pages
17h 41m
English
In this chapter, we will learn how to compile the Java source code in our microservices into binary executable files, known as Native Images. A Native Image starts up significantly faster compared to using a Java VM and is also expected to consume less memory. We will be introduced to the Spring AOT engine introduced in Spring Framework 6 and the GraalVM project and its Native Image compiler, and learn how to use them.
We will cover the following topics:
Even though Spring Framework ...
Read now
Unlock full access