antmordel / bookend

Spring Native Starter App. Spring Boot, just faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 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.

License:MIT License


Languages

Language:Java 91.3%Language:Makefile 8.7%