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
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Spring Native provides beta support for compiling Spring applications to native executables using https://www.graalvm.org[GraalVM]
12
6
https://www.graalvm.org/reference-manual/native-image/[native-image] compiler, in order to provide a native deployment
@@ -24,8 +18,9 @@ The easiest way to start with Spring Native is probably to go to https://start.s
24
18
25
19
NOTE: You need to install the GraalVM `native-image` compiler, check {documentation-url}/#getting-started-native-image[the documentation] for more details.
26
20
27
-
- Download and extract https://github.com/spring-projects-experimental/spring-native/archive/{version}.zip[sources from the latest release].
21
+
- Download https://github.com/spring-projects-experimental/spring-native/tags[the latest release] of this repository.
28
22
- Go into the samples folder and pick one (e.g. `cd samples/commandlinerunner`)
23
+
- Make sure `native-image` is in the `PATH` (usually done by switching on a GraalVM installation with https://sdkman.io/install[SDKMAN]).
29
24
- Run `./build.sh` which will run the regular JVM build, then a native image compilation, then test the result.
30
25
31
26
For more details on the samples see the {documentation-url}/index.html#samples[samples documentation].
@@ -36,11 +31,6 @@ If you have not previously done so, please sign the https://cla.pivotal.io/sign/
36
31
37
32
Contributions are welcome, especially for adding support via pull requests for libraries widely used in the Spring ecosystem not yet support. Please refer to the {documentation-url}#how-to-contribute[how to contribute] section for more details.
38
33
39
-
=== Baseline
40
-
41
-
The development version on `master` is currently based on GraalVM {graalvm-dev-version} and Spring Boot {spring-boot-dev-version}.
0 commit comments