Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 9b56399

Browse files
committed
Update README
1 parent ffe2321 commit 9b56399

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88

99
image:https://img.shields.io/badge/{version}-documentation-blue.svg["{version} documentation", link="{documentation-url}/reference/index.html"]
1010

11-
This project goal is to incubate support for building https://spring.io/projects/spring-boot[Spring Boot] applications as https://www.graalvm.org/docs/reference-manual/native-image/[GraalVM native images].
11+
Spring Native for https://www.graalvm.org[GraalVM] provides support for compiling Spring to native executables using
12+
https://www.graalvm.org/reference-manual/native-image/[native-image] compiler.
13+
14+
The goal of this project is to incubate the support for Spring Native, an alternative to Spring JVM, in order to provide
15+
a native deployment option designed to be packaged in lightweight containers. In practice, the target is
16+
to support your Spring application (typically Spring Boot ones), unmodified, on this new platform.
1217

1318
Watch https://www.youtube.com/watch?v=Um9djPTtPe0[The Path Towards Spring Boot Native Applications] SpringOne 2020 talk recording for more details:
1419
image:https://img.youtube.com/vi/Um9djPTtPe0/maxresdefault.jpg["The Path Towards Spring Boot Native Applications",align="center", width=640px, link="https://www.youtube.com/watch?v=Um9djPTtPe0"]

0 commit comments

Comments
 (0)