Skip to content

Commit

Permalink
more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
gaopeng71 committed Jul 28, 2023
1 parent a0a630a commit 5dc42fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/ReverseModelingGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ Annotation your code with DSL --> DDDplus maven plugin --> Your visualized busin
## 一、用dddplus-maven-plugin跑一遍代码

```bash
cd ${your java source code repo}
mvn io.github.dddplus:dddplus-maven-plugin:visualize \
-DrootDir=${冒号分隔的目录名称} \
-DrootDir=${冒号分隔的源代码目录名称} \
-DpkgRef=${包级别交叉调用报告输出到哪一个文件, dot格式} \
-DcallGraph=${核心方法调用关系报告输出到哪一个文件, dot格式} \
-DplantUml=${业务模型输出到哪一个文件, svg格式} \
Expand Down

0 comments on commit 5dc42fd

Please sign in to comment.