Skip to content

abetobing/springboot-graalvm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot GraalVM Example

Install GraalVM

Install sdkman, then:

sdk install java 22.3.r17-grl

Make graalvm as default jdk:

sdk default java 22.3.r17-grl

Build & Run

./mvnw package -Pnative

Run executable:

target/springboot-graalvm-example

Test it:

curl --request GET 'http://localhost:8080/hello'

About

An example of native springboot REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published