Skip to content

Spring Native Starter App. Spring Boot, just faster.

License

Notifications You must be signed in to change notification settings

antmordel/bookend

Repository files navigation

🚀 Bookend: Spring Native Starter app

  • Example Spring Boot REST application using Spring Native
  • Spring Boot, Java 11, Lombok

Provided a comparison between JVM image build and GraalVM image build.

Using Spring Native0.067 seconds Execution for Spring Native

Using the JVM2.112 seconds Execution for Spring on top of the JVM

Get started

Create the image locally

./mvnw clean spring-boot:build-image

Running the just created local image

docker run --rm -p 8080:8080 bookend-native:0.0.1-SNAPSHOT

or just

docker-compose up

About

Spring Native Starter App. Spring Boot, just faster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published