Skip to content

Commit

Permalink
Update dubbo-graalvm-support.md (apache#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxbty authored Feb 1, 2023
1 parent fb25942 commit 1c738f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/blog/integration/dubbo-graalvm-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ description: >
​ 我们在其中使用了native-image的maven插件,并定制了一些native-image的启动参数,用户只需要对应在provider以及consumer模块下执行maven的编译打包命令:

```
mvn -U clean package -Dmaven.test.skip=true
mvn -U clean package -P native -Dmaven.test.skip=true
```

​ 编译成功可以看到如下输出:
Expand Down

0 comments on commit 1c738f0

Please sign in to comment.