fastjson2/example-graalvm-native/README.md

7 lines
85 B
Markdown

# build & run
```shell
mvn clean package -Pnative -DskipTests
./target/my-app
```