- 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 Native ⏳ 0.067 seconds
./mvnw clean spring-boot:build-image
docker run --rm -p 8080:8080 bookend-native:0.0.1-SNAPSHOT
or just
docker-compose up