mirror of https://github.com/alibaba/fastjson2.git
7 lines
85 B
Markdown
7 lines
85 B
Markdown
|
|
# build & run
|
||
|
|
|
||
|
|
```shell
|
||
|
|
mvn clean package -Pnative -DskipTests
|
||
|
|
./target/my-app
|
||
|
|
```
|