Go Native with Spring Boot 3 and GraalVM
Briefly

Introduction
There has been a lot of interest in the past few years about "native Java".You've probably read articles or seen conference talks on the subject.TL;DR - "native Java"
Traditionally Java programs are compiled to bytecode.At runtime the bytecode is first interpreted and eventually compiled to native machine code by a JVM.
Read at Oracle
[
add
]
[
|
|
]