Study prototype for Apache Syncope 4.0 Notturno
JAVA_HOME
property setGRAALVM_HOME
propertysudo $GRAALVM_HOME/bin/gu install native-image
As ordinary Spring Boot application:
$ mvn spring-boot:run
As executable application:
$ mvn -Pnative native:compile
$ ./target/syncope
Build Docker image and run as Docker container:
$ mvn -Pnative spring-boot:build-image
$ docker run syncope:4.0.0-SNAPSHOT
Just browse http://localhost:8080/v3/api-docs
$ mvn test
$ mvn -PnativeTest test