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

Commit

Permalink
Update README after Spring Boot 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze authored Nov 24, 2022
1 parent eb17f34 commit 2fd3739
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

image:https://ci.spring.io/api/v1/teams/spring-native/pipelines/spring-native-0.12.x/jobs/build-samples-java11/badge["Build Status", link="https://ci.spring.io/teams/spring-native/pipelines/spring-native-0.12.x?group=builds"] image:https://img.shields.io/badge/documentation-blue.svg["Reference documentation", link="{documentation-url}"]

*Spring Native will be replaced late November 2022 by Spring Boot 3 official native support, see https://spring.io/blog/2022/09/26/native-support-in-spring-boot-3-0-0-m5[this blog post] for more details.*
*Spring Native is now superseded by Spring Boot 3 official native support, see https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image[the related reference documentation] for more details.*

Spring Native provides beta support for compiling Spring applications to native executables using https://www.graalvm.org[GraalVM]
https://www.graalvm.org/reference-manual/native-image/[native-image] compiler, in order to provide a native deployment
option typically designed to be packaged in lightweight containers.

Watch the https://www.youtube.com/watch?v=96n_YpGx-JU[video] and read the https://spring.io/blog/2021/03/11/announcing-spring-native-beta[blog post] of Spring Native Beta announcement to learn more.
image:https://static.spring.io/blog/sdeleuze/20210311/announcing-spring-native-beta.png["Announcing Spring Native Beta!",align="center", width=640px, link="https://www.youtube.com/watch?v=96n_YpGx-JU"]

== Quick start

The easiest way to start with Spring Native is probably to go to https://start.spring.io/[start.spring.io], add the Spring Native dependency, and read the {documentation-url}[reference documentation]. Make sure to configure properly the https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#spring-aot[Spring AOT Maven and Gradle plugins] that are mandatory to get proper native support for your Spring application.
Expand Down

0 comments on commit 2fd3739

Please sign in to comment.