/spring-shell-native

Hi, Spring fans! In this installment we revisit Spring Shell in the context of Spring Shell

Primary LanguageJava

Spring Shell Native

Hi, Spring fans! In this installment we revisit Spring Shell in the context of Spring Shell

Build

mvn clean package 

Build a Native Image

mvn -Pnative clean package 

This might take a while, so consider skipping tests for the native code: mvn -Pnative -DskipTests clean package