You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: native-image/spring-boot-webserver/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# From JVM to Native: The Path to Efficient Java Containers
1
+
# From JIT to Native: Efficient Java Containers with GraalVM and Spring Boot
2
2
3
3
This workshop focuses on how to **build size-optimized native applications** using [GraalVM Native Image](https://www.graalvm.org/latest/reference-manual/native-image/) and how to leverage containerization to optimize the runtime environment.
4
4
You are going to discover ways to minimize application footprint by taking advantage of different Native Image linking options, and packaging a size-compact application into various containers, focusing on two main strategies: distroless and static, discussing the trade-offs.
0 commit comments